Shades of Deep Cerise #CF3296
Tints of Deep Cerise #CF3296
RGB
CMYK
RGB Variations
Color information
#CF3296 (or 0xCF3296) is known color: Deep Cerise. HEX triplet: CF, 32 and 96. RGB value is (207,50,150). Sum of RGB (Red+Green+Blue) = 207+50+150=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3296 is #30CD69. Grayscale: #6C6C6C. Windows color (decimal): -3198314 or 9843407. OLE color: 9843407.
HSL color Cylindrical-coordinate representation of color #CF3296: hue angle of 321.78º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3296 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 150 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.19 |
| HSL | 321.78º | 0.62% | 0.5% | - |
| HSV(B) | 321.78º | 0.76% | 0.81% | - |
| XYZ | 32.38 | 17.75 | 30.57 | - |
| YUV | 108.34 | 151.51 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 150 | 0 | 0.76 | 0.28 | 0.19 | 321.78 | 0.62 | 0.5 |
| Hex | CF | 32 | 96 | 0 | 4C | 1C | 13 | 142 | 3E | 32 |
| Octal | 317 | 62 | 226 | 0 | 114 | 34 | 23 | 502 | 76 | 62 |
| Binary | 11001111 | 110010 | 10010110 | 0 | 1001100 | 11100 | 10011 | 101000010 | 111110 | 110010 |
Color Harmonies of #CF3296
Complementary color
Monochromatic Colors of #CF3296
Black with #CF3296
Text Example
Text Example
White with #CF3296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3296; }
p { color: rgb(207,50,150); }
H1.HeaderClassName
{
color: #CF3296;
}
.AnyTagClassName
{
color: #CF3296;
}
</style>
background-color css
<style>
a { background-color: #CF3296; }
a { background-color: rgb(207,50,150); }
div.DivClassName
{
background-color: #CF3296;
}
.BgClassName
{
background-color: #CF3296;
}
</style>
border-color css
<style>
span { border-color: #CF3296; }
span { border-color: rgb(207,50,150); }
td.TdClassName
{
border-color: #CF3296;
}
.TagClassName
{
border-color: #CF3296;
}
</style>