Shades of Deep Cerise #CF3576
Tints of Deep Cerise #CF3576
RGB
CMYK
RGB Variations
Color information
#CF3576 (or 0xCF3576) is known color: Deep Cerise. HEX triplet: CF, 35 and 76. RGB value is (207,53,118). Sum of RGB (Red+Green+Blue) = 207+53+118=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3576 is #30CA89. Grayscale: #6A6A6A. Windows color (decimal): -3197578 or 7747023. OLE color: 7747023.
HSL color Cylindrical-coordinate representation of color #CF3576: hue angle of 334.68º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3576 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 118 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.19 |
| HSL | 334.68º | 0.62% | 0.51% | - |
| HSV(B) | 334.68º | 0.74% | 0.81% | - |
| XYZ | 30.28 | 17.12 | 18.85 | - |
| YUV | 106.46 | 134.52 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 118 | 0 | 0.74 | 0.43 | 0.19 | 334.68 | 0.62 | 0.51 |
| Hex | CF | 35 | 76 | 0 | 4A | 2B | 13 | 14F | 3E | 33 |
| Octal | 317 | 65 | 166 | 0 | 112 | 53 | 23 | 517 | 76 | 63 |
| Binary | 11001111 | 110101 | 1110110 | 0 | 1001010 | 101011 | 10011 | 101001111 | 111110 | 110011 |
Color Harmonies of #CF3576
Complementary color
Monochromatic Colors of #CF3576
Black with #CF3576
Text Example
Text Example
White with #CF3576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3576; }
p { color: rgb(207,53,118); }
H1.HeaderClassName
{
color: #CF3576;
}
.AnyTagClassName
{
color: #CF3576;
}
</style>
background-color css
<style>
a { background-color: #CF3576; }
a { background-color: rgb(207,53,118); }
div.DivClassName
{
background-color: #CF3576;
}
.BgClassName
{
background-color: #CF3576;
}
</style>
border-color css
<style>
span { border-color: #CF3576; }
span { border-color: rgb(207,53,118); }
td.TdClassName
{
border-color: #CF3576;
}
.TagClassName
{
border-color: #CF3576;
}
</style>