Shades of Deep Cerise #CF3E88
Tints of Deep Cerise #CF3E88
RGB
CMYK
RGB Variations
Color information
#CF3E88 (or 0xCF3E88) is known color: Deep Cerise. HEX triplet: CF, 3E and 88. RGB value is (207,62,136). Sum of RGB (Red+Green+Blue) = 207+62+136=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 62 (24.61% from 255 or 15.31% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3E88 is #30C177. Grayscale: #717171. Windows color (decimal): -3195256 or 8928975. OLE color: 8928975.
HSL color Cylindrical-coordinate representation of color #CF3E88: hue angle of 329.38º 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 #CF3E88 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 136 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.19 |
| HSL | 329.38º | 0.6% | 0.53% | - |
| HSV(B) | 329.38º | 0.7% | 0.81% | - |
| XYZ | 31.9 | 18.49 | 25.18 | - |
| YUV | 113.79 | 140.54 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 136 | 0 | 0.70 | 0.34 | 0.19 | 329.38 | 0.6 | 0.53 |
| Hex | CF | 3E | 88 | 0 | 46 | 22 | 13 | 149 | 3C | 35 |
| Octal | 317 | 76 | 210 | 0 | 106 | 42 | 23 | 511 | 74 | 65 |
| Binary | 11001111 | 111110 | 10001000 | 0 | 1000110 | 100010 | 10011 | 101001001 | 111100 | 110101 |
Color Harmonies of #CF3E88
Complementary color
Monochromatic Colors of #CF3E88
Black with #CF3E88
Text Example
Text Example
White with #CF3E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E88; }
p { color: rgb(207,62,136); }
H1.HeaderClassName
{
color: #CF3E88;
}
.AnyTagClassName
{
color: #CF3E88;
}
</style>
background-color css
<style>
a { background-color: #CF3E88; }
a { background-color: rgb(207,62,136); }
div.DivClassName
{
background-color: #CF3E88;
}
.BgClassName
{
background-color: #CF3E88;
}
</style>
border-color css
<style>
span { border-color: #CF3E88; }
span { border-color: rgb(207,62,136); }
td.TdClassName
{
border-color: #CF3E88;
}
.TagClassName
{
border-color: #CF3E88;
}
</style>