Shades of Deep Cerise #CC367B
Tints of Deep Cerise #CC367B
RGB
CMYK
RGB Variations
Color information
#CC367B (or 0xCC367B) is known color: Deep Cerise. HEX triplet: CC, 36 and 7B. RGB value is (204,54,123). Sum of RGB (Red+Green+Blue) = 204+54+123=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC367B is #33C984. Grayscale: #6A6A6A. Windows color (decimal): -3393925 or 8074956. OLE color: 8074956.
HSL color Cylindrical-coordinate representation of color #CC367B: hue angle of 332.4º 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 #CC367B is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 123 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.2 |
| HSL | 332.4º | 0.6% | 0.51% | - |
| HSV(B) | 332.4º | 0.74% | 0.8% | - |
| XYZ | 29.8 | 16.91 | 20.43 | - |
| YUV | 106.72 | 137.2 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 123 | 0 | 0.74 | 0.40 | 0.2 | 332.4 | 0.6 | 0.51 |
| Hex | CC | 36 | 7B | 0 | 4A | 28 | 14 | 14C | 3C | 33 |
| Octal | 314 | 66 | 173 | 0 | 112 | 50 | 24 | 514 | 74 | 63 |
| Binary | 11001100 | 110110 | 1111011 | 0 | 1001010 | 101000 | 10100 | 101001100 | 111100 | 110011 |
Color Harmonies of #CC367B
Complementary color
Monochromatic Colors of #CC367B
Black with #CC367B
Text Example
Text Example
White with #CC367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC367B; }
p { color: rgb(204,54,123); }
H1.HeaderClassName
{
color: #CC367B;
}
.AnyTagClassName
{
color: #CC367B;
}
</style>
background-color css
<style>
a { background-color: #CC367B; }
a { background-color: rgb(204,54,123); }
div.DivClassName
{
background-color: #CC367B;
}
.BgClassName
{
background-color: #CC367B;
}
</style>
border-color css
<style>
span { border-color: #CC367B; }
span { border-color: rgb(204,54,123); }
td.TdClassName
{
border-color: #CC367B;
}
.TagClassName
{
border-color: #CC367B;
}
</style>