Shades of Deep Cerise #CF3291
Tints of Deep Cerise #CF3291
RGB
CMYK
RGB Variations
Color information
#CF3291 (or 0xCF3291) is known color: Deep Cerise. HEX triplet: CF, 32 and 91. RGB value is (207,50,145). Sum of RGB (Red+Green+Blue) = 207+50+145=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3291 is #30CD6E. Grayscale: #6B6B6B. Windows color (decimal): -3198319 or 9515727. OLE color: 9515727.
HSL color Cylindrical-coordinate representation of color #CF3291: hue angle of 323.69º 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 #CF3291 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 145 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.19 |
| HSL | 323.69º | 0.62% | 0.5% | - |
| HSV(B) | 323.69º | 0.76% | 0.81% | - |
| XYZ | 31.98 | 17.59 | 28.5 | - |
| YUV | 107.77 | 149.01 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 145 | 0 | 0.76 | 0.30 | 0.19 | 323.69 | 0.62 | 0.5 |
| Hex | CF | 32 | 91 | 0 | 4C | 1E | 13 | 144 | 3E | 32 |
| Octal | 317 | 62 | 221 | 0 | 114 | 36 | 23 | 504 | 76 | 62 |
| Binary | 11001111 | 110010 | 10010001 | 0 | 1001100 | 11110 | 10011 | 101000100 | 111110 | 110010 |
Color Harmonies of #CF3291
Complementary color
Monochromatic Colors of #CF3291
Black with #CF3291
Text Example
Text Example
White with #CF3291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3291; }
p { color: rgb(207,50,145); }
H1.HeaderClassName
{
color: #CF3291;
}
.AnyTagClassName
{
color: #CF3291;
}
</style>
background-color css
<style>
a { background-color: #CF3291; }
a { background-color: rgb(207,50,145); }
div.DivClassName
{
background-color: #CF3291;
}
.BgClassName
{
background-color: #CF3291;
}
</style>
border-color css
<style>
span { border-color: #CF3291; }
span { border-color: rgb(207,50,145); }
td.TdClassName
{
border-color: #CF3291;
}
.TagClassName
{
border-color: #CF3291;
}
</style>