Shades of Deep Cerise #CF299B
Tints of Deep Cerise #CF299B
RGB
CMYK
RGB Variations
Color information
#CF299B (or 0xCF299B) is known color: Deep Cerise. HEX triplet: CF, 29 and 9B. RGB value is (207,41,155). Sum of RGB (Red+Green+Blue) = 207+41+155=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF299B is #30D664. Grayscale: #676767. Windows color (decimal): -3200613 or 10168783. OLE color: 10168783.
HSL color Cylindrical-coordinate representation of color #CF299B: hue angle of 318.8º 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 #CF299B is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 155 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.19 |
| HSL | 318.8º | 0.67% | 0.49% | - |
| HSV(B) | 318.8º | 0.8% | 0.81% | - |
| XYZ | 32.44 | 17.22 | 32.62 | - |
| YUV | 103.63 | 157 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 155 | 0 | 0.80 | 0.25 | 0.19 | 318.8 | 0.67 | 0.49 |
| Hex | CF | 29 | 9B | 0 | 50 | 19 | 13 | 13F | 43 | 31 |
| Octal | 317 | 51 | 233 | 0 | 120 | 31 | 23 | 477 | 103 | 61 |
| Binary | 11001111 | 101001 | 10011011 | 0 | 1010000 | 11001 | 10011 | 100111111 | 1000011 | 110001 |
Color Harmonies of #CF299B
Complementary color
Monochromatic Colors of #CF299B
Black with #CF299B
Text Example
Text Example
White with #CF299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF299B; }
p { color: rgb(207,41,155); }
H1.HeaderClassName
{
color: #CF299B;
}
.AnyTagClassName
{
color: #CF299B;
}
</style>
background-color css
<style>
a { background-color: #CF299B; }
a { background-color: rgb(207,41,155); }
div.DivClassName
{
background-color: #CF299B;
}
.BgClassName
{
background-color: #CF299B;
}
</style>
border-color css
<style>
span { border-color: #CF299B; }
span { border-color: rgb(207,41,155); }
td.TdClassName
{
border-color: #CF299B;
}
.TagClassName
{
border-color: #CF299B;
}
</style>