Shades of Deep Cerise #CC367D
Tints of Deep Cerise #CC367D
RGB
CMYK
RGB Variations
Color information
#CC367D (or 0xCC367D) is known color: Deep Cerise. HEX triplet: CC, 36 and 7D. RGB value is (204,54,125). Sum of RGB (Red+Green+Blue) = 204+54+125=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC367D is #33C982. Grayscale: #6A6A6A. Windows color (decimal): -3393923 or 8206028. OLE color: 8206028.
HSL color Cylindrical-coordinate representation of color #CC367D: hue angle of 331.6º 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 #CC367D is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 125 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.2 |
| HSL | 331.6º | 0.6% | 0.51% | - |
| HSV(B) | 331.6º | 0.74% | 0.8% | - |
| XYZ | 29.92 | 16.96 | 21.1 | - |
| YUV | 106.94 | 138.2 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 125 | 0 | 0.74 | 0.39 | 0.2 | 331.6 | 0.6 | 0.51 |
| Hex | CC | 36 | 7D | 0 | 4A | 27 | 14 | 14C | 3C | 33 |
| Octal | 314 | 66 | 175 | 0 | 112 | 47 | 24 | 514 | 74 | 63 |
| Binary | 11001100 | 110110 | 1111101 | 0 | 1001010 | 100111 | 10100 | 101001100 | 111100 | 110011 |
Color Harmonies of #CC367D
Complementary color
Monochromatic Colors of #CC367D
Black with #CC367D
Text Example
Text Example
White with #CC367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC367D; }
p { color: rgb(204,54,125); }
H1.HeaderClassName
{
color: #CC367D;
}
.AnyTagClassName
{
color: #CC367D;
}
</style>
background-color css
<style>
a { background-color: #CC367D; }
a { background-color: rgb(204,54,125); }
div.DivClassName
{
background-color: #CC367D;
}
.BgClassName
{
background-color: #CC367D;
}
</style>
border-color css
<style>
span { border-color: #CC367D; }
span { border-color: rgb(204,54,125); }
td.TdClassName
{
border-color: #CC367D;
}
.TagClassName
{
border-color: #CC367D;
}
</style>