Shades of Deep Cerise #CF2587
Tints of Deep Cerise #CF2587
RGB
CMYK
RGB Variations
Color information
#CF2587 (or 0xCF2587) is known color: Deep Cerise. HEX triplet: CF, 25 and 87. RGB value is (207,37,135). Sum of RGB (Red+Green+Blue) = 207+37+135=379 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.62% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2587 is #30DA78. Grayscale: #626262. Windows color (decimal): -3201657 or 8857039. OLE color: 8857039.
HSL color Cylindrical-coordinate representation of color #CF2587: hue angle of 325.41º degrees, saturation: 0.7, 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 #CF2587 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 135 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.19 |
| HSL | 325.41º | 0.7% | 0.48% | - |
| HSV(B) | 325.41º | 0.82% | 0.81% | - |
| XYZ | 30.77 | 16.34 | 24.45 | - |
| YUV | 99 | 148.32 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 135 | 0 | 0.82 | 0.35 | 0.19 | 325.41 | 0.7 | 0.48 |
| Hex | CF | 25 | 87 | 0 | 52 | 23 | 13 | 145 | 46 | 30 |
| Octal | 317 | 45 | 207 | 0 | 122 | 43 | 23 | 505 | 106 | 60 |
| Binary | 11001111 | 100101 | 10000111 | 0 | 1010010 | 100011 | 10011 | 101000101 | 1000110 | 110000 |
Color Harmonies of #CF2587
Complementary color
Monochromatic Colors of #CF2587
Black with #CF2587
Text Example
Text Example
White with #CF2587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2587; }
p { color: rgb(207,37,135); }
H1.HeaderClassName
{
color: #CF2587;
}
.AnyTagClassName
{
color: #CF2587;
}
</style>
background-color css
<style>
a { background-color: #CF2587; }
a { background-color: rgb(207,37,135); }
div.DivClassName
{
background-color: #CF2587;
}
.BgClassName
{
background-color: #CF2587;
}
</style>
border-color css
<style>
span { border-color: #CF2587; }
span { border-color: rgb(207,37,135); }
td.TdClassName
{
border-color: #CF2587;
}
.TagClassName
{
border-color: #CF2587;
}
</style>