Shades of Deep Cerise #CF3197
Tints of Deep Cerise #CF3197
RGB
CMYK
RGB Variations
Color information
#CF3197 (or 0xCF3197) is known color: Deep Cerise. HEX triplet: CF, 31 and 97. RGB value is (207,49,151). Sum of RGB (Red+Green+Blue) = 207+49+151=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3197 is #30CE68. Grayscale: #6B6B6B. Windows color (decimal): -3198569 or 9908687. OLE color: 9908687.
HSL color Cylindrical-coordinate representation of color #CF3197: hue angle of 321.27º 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 #CF3197 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 151 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.19 |
| HSL | 321.27º | 0.62% | 0.5% | - |
| HSV(B) | 321.27º | 0.76% | 0.81% | - |
| XYZ | 32.42 | 17.7 | 30.99 | - |
| YUV | 107.87 | 152.35 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 151 | 0 | 0.76 | 0.27 | 0.19 | 321.27 | 0.62 | 0.5 |
| Hex | CF | 31 | 97 | 0 | 4C | 1B | 13 | 141 | 3E | 32 |
| Octal | 317 | 61 | 227 | 0 | 114 | 33 | 23 | 501 | 76 | 62 |
| Binary | 11001111 | 110001 | 10010111 | 0 | 1001100 | 11011 | 10011 | 101000001 | 111110 | 110010 |
Color Harmonies of #CF3197
Complementary color
Monochromatic Colors of #CF3197
Black with #CF3197
Text Example
Text Example
White with #CF3197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3197; }
p { color: rgb(207,49,151); }
H1.HeaderClassName
{
color: #CF3197;
}
.AnyTagClassName
{
color: #CF3197;
}
</style>
background-color css
<style>
a { background-color: #CF3197; }
a { background-color: rgb(207,49,151); }
div.DivClassName
{
background-color: #CF3197;
}
.BgClassName
{
background-color: #CF3197;
}
</style>
border-color css
<style>
span { border-color: #CF3197; }
span { border-color: rgb(207,49,151); }
td.TdClassName
{
border-color: #CF3197;
}
.TagClassName
{
border-color: #CF3197;
}
</style>