Shades of Deep Cerise #CF3E89
Tints of Deep Cerise #CF3E89
RGB
CMYK
RGB Variations
Color information
#CF3E89 (or 0xCF3E89) is known color: Deep Cerise. HEX triplet: CF, 3E and 89. RGB value is (207,62,137). Sum of RGB (Red+Green+Blue) = 207+62+137=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3E89 is #30C176. Grayscale: #717171. Windows color (decimal): -3195255 or 8994511. OLE color: 8994511.
HSL color Cylindrical-coordinate representation of color #CF3E89: hue angle of 328.97º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3E89 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 137 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.19 |
| HSL | 328.97º | 0.6% | 0.53% | - |
| HSV(B) | 328.97º | 0.7% | 0.81% | - |
| XYZ | 31.97 | 18.52 | 25.56 | - |
| YUV | 113.91 | 141.04 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 137 | 0 | 0.70 | 0.34 | 0.19 | 328.97 | 0.6 | 0.53 |
| Hex | CF | 3E | 89 | 0 | 46 | 22 | 13 | 149 | 3C | 35 |
| Octal | 317 | 76 | 211 | 0 | 106 | 42 | 23 | 511 | 74 | 65 |
| Binary | 11001111 | 111110 | 10001001 | 0 | 1000110 | 100010 | 10011 | 101001001 | 111100 | 110101 |
Color Harmonies of #CF3E89
Complementary color
Monochromatic Colors of #CF3E89
Black with #CF3E89
Text Example
Text Example
White with #CF3E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E89; }
p { color: rgb(207,62,137); }
H1.HeaderClassName
{
color: #CF3E89;
}
.AnyTagClassName
{
color: #CF3E89;
}
</style>
background-color css
<style>
a { background-color: #CF3E89; }
a { background-color: rgb(207,62,137); }
div.DivClassName
{
background-color: #CF3E89;
}
.BgClassName
{
background-color: #CF3E89;
}
</style>
border-color css
<style>
span { border-color: #CF3E89; }
span { border-color: rgb(207,62,137); }
td.TdClassName
{
border-color: #CF3E89;
}
.TagClassName
{
border-color: #CF3E89;
}
</style>