Color: #CC334F

#CC334F Color Information

#CC334F is a dark color. The closest websafe version is #CC334F. A complement of this color would be #33CCB0, perceived brightness is 0.39, and the grayscale version is #808080.

In the HSL color space, this color has a hue angle of 349°,a saturation of 60%, and a lightness of 50%.The HSV representation shows a hue of 349°, a saturation of 75%, and a value of 80%.

In a RGB color space, #CC334F is composed of 80% red, 20% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 75% magenta, 61% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 16.28, x: 0.5550, and y: 0.3146.

Color Code #CC334F

#CC334Frgb(204, 51, 79)
HEX
#CC334F
RGB
rgb(204, 51, 79)
HSL
hsl(349, 60%, 50%)
HSV
hsv(349, 75%, 80%)
CMYK
0%, 75%, 61%, 20%
XYZ
X: 28.72, Y: 16.28, Z: 6.75
Lab
L: 47.34, a: 60.91, b: 22.41
Name

Shades of Color #CC334F

Shades are created by darkening the original color #CC334F in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #CC334F

Tints are created by lightening the original color #CC334F in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#CC334Frgb(204, 51, 79)

About #CC334F Color Code

In the HSL color space, this color has a hue angle of 349°, a saturation of 60%, and a lightness of 50%. The HSV representation shows a hue of 349°, a saturation of 75%, and a value of 80%.

  • HEX: #CC334F
  • RGB: rgb(204, 51, 79)
  • HSL: hsl(349, 60%, 50%)
  • HSV: hsv(349, 75%, 80%)
  • CMYK: 0.00% cyan, 75.00% magenta, 61.00% yellow, 20.00% black
  • XYZ: 28.72, 16.28, 6.75
  • Yxy: 16.28, 0.5550, 0.3146
  • Hunter Lab: 47.34, 60.91, 22.41
  • CIE-Lab: 47.34, 60.91, 22.41

In the XYZ color space, this color is represented as X: 28.72, Y: 16.28, Z: 6.75. The Yxy representation further refines this as Y: 16.28, x: 0.5550, and y: 0.3146.

In the Hunter Lab color space, this color is represented as L: 47.34, a: 60.91, and b: 22.41. Similarly, in the CIE-Lab color space, it is represented as L: 47.34, a: 60.91, and b: 22.41.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #CC334F

Triadic colors are three colors evenly spaced around the color wheel, including #CC334F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #CC334F

Analogous colors are adjacent to #CC334F on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #CC334F

Split complementary colors are two colors adjacent to the complementary color of #CC334F. They create a balanced and visually appealing color scheme.

Tetradic Colors of #CC334F

Tetradic colors form a rectangle on the color wheel, including #CC334F. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #CC334F

Monochromatic colors are variations of #CC334F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #CC334F

The complementary color of #CC334F is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #CC334F

/* Using HEX */
body {
  background-color: #cc334f;
}
/* Using RGB */
body {
  background-color: rgb(204, 51, 79);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 51, 79, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(349, 60%, 50%);
}
/* Text color */
p {
  color: #cc334f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cc334f;
}
/* Border color */
.box {
  border: 4px solid #cc334f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cc334f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cc334f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CC334F
On Black Background
#CC334F
On White Background
#CC334F

HTML Examples of #CC334F

<!-- Using HEX -->
<div style="background-color: #cc334f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(204, 51, 79); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(204, 51, 79, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(349, 60%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cc334f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cc334f; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cc334f; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cc334f;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cc334f; color: #fff; padding: 16px; border-radius: 8px;">
  #CC334F
</div>
#CC334F
On Black Background
#CC334F
On White Background
#CC334F

Related Colors of #CC334F

These colors are similar to #CC334F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.