Shades of Deep Cerise #CC3279
Tints of Deep Cerise #CC3279
RGB
CMYK
RGB Variations
Color information
#CC3279 (or 0xCC3279) is known color: Deep Cerise. HEX triplet: CC, 32 and 79. RGB value is (204,50,121). Sum of RGB (Red+Green+Blue) = 204+50+121=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3279 is #33CD86. Grayscale: #686868. Windows color (decimal): -3394951 or 7942860. OLE color: 7942860.
HSL color Cylindrical-coordinate representation of color #CC3279: hue angle of 332.34º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3279 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 121 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.2 |
| HSL | 332.34º | 0.61% | 0.5% | - |
| HSV(B) | 332.34º | 0.75% | 0.8% | - |
| XYZ | 29.49 | 16.5 | 19.72 | - |
| YUV | 104.14 | 137.52 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 121 | 0 | 0.75 | 0.41 | 0.2 | 332.34 | 0.61 | 0.5 |
| Hex | CC | 32 | 79 | 0 | 4B | 29 | 14 | 14C | 3D | 32 |
| Octal | 314 | 62 | 171 | 0 | 113 | 51 | 24 | 514 | 75 | 62 |
| Binary | 11001100 | 110010 | 1111001 | 0 | 1001011 | 101001 | 10100 | 101001100 | 111101 | 110010 |
Color Harmonies of #CC3279
Complementary color
Monochromatic Colors of #CC3279
Black with #CC3279
Text Example
Text Example
White with #CC3279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3279; }
p { color: rgb(204,50,121); }
H1.HeaderClassName
{
color: #CC3279;
}
.AnyTagClassName
{
color: #CC3279;
}
</style>
background-color css
<style>
a { background-color: #CC3279; }
a { background-color: rgb(204,50,121); }
div.DivClassName
{
background-color: #CC3279;
}
.BgClassName
{
background-color: #CC3279;
}
</style>
border-color css
<style>
span { border-color: #CC3279; }
span { border-color: rgb(204,50,121); }
td.TdClassName
{
border-color: #CC3279;
}
.TagClassName
{
border-color: #CC3279;
}
</style>