Shades of Deep Cerise #CF299E
Tints of Deep Cerise #CF299E
RGB
CMYK
RGB Variations
Color information
#CF299E (or 0xCF299E) is known color: Deep Cerise. HEX triplet: CF, 29 and 9E. RGB value is (207,41,158). Sum of RGB (Red+Green+Blue) = 207+41+158=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF299E is #30D661. Grayscale: #676767. Windows color (decimal): -3200610 or 10365391. OLE color: 10365391.
HSL color Cylindrical-coordinate representation of color #CF299E: hue angle of 317.71º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF299E is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 158 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.19 |
| HSL | 317.71º | 0.67% | 0.49% | - |
| HSV(B) | 317.71º | 0.8% | 0.81% | - |
| XYZ | 32.7 | 17.32 | 33.97 | - |
| YUV | 103.97 | 158.5 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 158 | 0 | 0.80 | 0.24 | 0.19 | 317.71 | 0.67 | 0.49 |
| Hex | CF | 29 | 9E | 0 | 50 | 18 | 13 | 13E | 43 | 31 |
| Octal | 317 | 51 | 236 | 0 | 120 | 30 | 23 | 476 | 103 | 61 |
| Binary | 11001111 | 101001 | 10011110 | 0 | 1010000 | 11000 | 10011 | 100111110 | 1000011 | 110001 |
Color Harmonies of #CF299E
Complementary color
Monochromatic Colors of #CF299E
Black with #CF299E
Text Example
Text Example
White with #CF299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF299E; }
p { color: rgb(207,41,158); }
H1.HeaderClassName
{
color: #CF299E;
}
.AnyTagClassName
{
color: #CF299E;
}
</style>
background-color css
<style>
a { background-color: #CF299E; }
a { background-color: rgb(207,41,158); }
div.DivClassName
{
background-color: #CF299E;
}
.BgClassName
{
background-color: #CF299E;
}
</style>
border-color css
<style>
span { border-color: #CF299E; }
span { border-color: rgb(207,41,158); }
td.TdClassName
{
border-color: #CF299E;
}
.TagClassName
{
border-color: #CF299E;
}
</style>