Shades of Deep Cerise #CF2691
Tints of Deep Cerise #CF2691
RGB
CMYK
RGB Variations
Color information
#CF2691 (or 0xCF2691) is known color: Deep Cerise. HEX triplet: CF, 26 and 91. RGB value is (207,38,145). Sum of RGB (Red+Green+Blue) = 207+38+145=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2691 is #30D96E. Grayscale: #646464. Windows color (decimal): -3201391 or 9512655. OLE color: 9512655.
HSL color Cylindrical-coordinate representation of color #CF2691: hue angle of 322.01º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2691 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 145 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.19 |
| HSL | 322.01º | 0.69% | 0.48% | - |
| HSV(B) | 322.01º | 0.82% | 0.81% | - |
| XYZ | 31.54 | 16.7 | 28.35 | - |
| YUV | 100.73 | 152.99 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 145 | 0 | 0.82 | 0.30 | 0.19 | 322.01 | 0.69 | 0.48 |
| Hex | CF | 26 | 91 | 0 | 52 | 1E | 13 | 142 | 45 | 30 |
| Octal | 317 | 46 | 221 | 0 | 122 | 36 | 23 | 502 | 105 | 60 |
| Binary | 11001111 | 100110 | 10010001 | 0 | 1010010 | 11110 | 10011 | 101000010 | 1000101 | 110000 |
Color Harmonies of #CF2691
Complementary color
Monochromatic Colors of #CF2691
Black with #CF2691
Text Example
Text Example
White with #CF2691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2691; }
p { color: rgb(207,38,145); }
H1.HeaderClassName
{
color: #CF2691;
}
.AnyTagClassName
{
color: #CF2691;
}
</style>
background-color css
<style>
a { background-color: #CF2691; }
a { background-color: rgb(207,38,145); }
div.DivClassName
{
background-color: #CF2691;
}
.BgClassName
{
background-color: #CF2691;
}
</style>
border-color css
<style>
span { border-color: #CF2691; }
span { border-color: rgb(207,38,145); }
td.TdClassName
{
border-color: #CF2691;
}
.TagClassName
{
border-color: #CF2691;
}
</style>