Shades of Deep Cerise #CC367C
Tints of Deep Cerise #CC367C
RGB
CMYK
RGB Variations
Color information
#CC367C (or 0xCC367C) is known color: Deep Cerise. HEX triplet: CC, 36 and 7C. RGB value is (204,54,124). Sum of RGB (Red+Green+Blue) = 204+54+124=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC367C is #33C983. Grayscale: #6A6A6A. Windows color (decimal): -3393924 or 8140492. OLE color: 8140492.
HSL color Cylindrical-coordinate representation of color #CC367C: hue angle of 332º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC367C is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 124 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.2 |
| HSL | 332º | 0.6% | 0.51% | - |
| HSV(B) | 332º | 0.74% | 0.8% | - |
| XYZ | 29.86 | 16.93 | 20.76 | - |
| YUV | 106.83 | 137.7 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 124 | 0 | 0.74 | 0.39 | 0.2 | 332 | 0.6 | 0.51 |
| Hex | CC | 36 | 7C | 0 | 4A | 27 | 14 | 14C | 3C | 33 |
| Octal | 314 | 66 | 174 | 0 | 112 | 47 | 24 | 514 | 74 | 63 |
| Binary | 11001100 | 110110 | 1111100 | 0 | 1001010 | 100111 | 10100 | 101001100 | 111100 | 110011 |
Color Harmonies of #CC367C
Complementary color
Monochromatic Colors of #CC367C
Black with #CC367C
Text Example
Text Example
White with #CC367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC367C; }
p { color: rgb(204,54,124); }
H1.HeaderClassName
{
color: #CC367C;
}
.AnyTagClassName
{
color: #CC367C;
}
</style>
background-color css
<style>
a { background-color: #CC367C; }
a { background-color: rgb(204,54,124); }
div.DivClassName
{
background-color: #CC367C;
}
.BgClassName
{
background-color: #CC367C;
}
</style>
border-color css
<style>
span { border-color: #CC367C; }
span { border-color: rgb(204,54,124); }
td.TdClassName
{
border-color: #CC367C;
}
.TagClassName
{
border-color: #CC367C;
}
</style>