Shades of Deep Cerise #CF2B87
Tints of Deep Cerise #CF2B87
RGB
CMYK
RGB Variations
Color information
#CF2B87 (or 0xCF2B87) is known color: Deep Cerise. HEX triplet: CF, 2B and 87. RGB value is (207,43,135). Sum of RGB (Red+Green+Blue) = 207+43+135=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2B87 is #30D478. Grayscale: #666666. Windows color (decimal): -3200121 or 8858575. OLE color: 8858575.
HSL color Cylindrical-coordinate representation of color #CF2B87: hue angle of 326.34º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2B87 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 135 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.19 |
| HSL | 326.34º | 0.66% | 0.49% | - |
| HSV(B) | 326.34º | 0.79% | 0.81% | - |
| XYZ | 30.97 | 16.74 | 24.52 | - |
| YUV | 102.52 | 146.33 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 135 | 0 | 0.79 | 0.35 | 0.19 | 326.34 | 0.66 | 0.49 |
| Hex | CF | 2B | 87 | 0 | 4F | 23 | 13 | 146 | 42 | 31 |
| Octal | 317 | 53 | 207 | 0 | 117 | 43 | 23 | 506 | 102 | 61 |
| Binary | 11001111 | 101011 | 10000111 | 0 | 1001111 | 100011 | 10011 | 101000110 | 1000010 | 110001 |
Color Harmonies of #CF2B87
Complementary color
Monochromatic Colors of #CF2B87
Black with #CF2B87
Text Example
Text Example
White with #CF2B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B87; }
p { color: rgb(207,43,135); }
H1.HeaderClassName
{
color: #CF2B87;
}
.AnyTagClassName
{
color: #CF2B87;
}
</style>
background-color css
<style>
a { background-color: #CF2B87; }
a { background-color: rgb(207,43,135); }
div.DivClassName
{
background-color: #CF2B87;
}
.BgClassName
{
background-color: #CF2B87;
}
</style>
border-color css
<style>
span { border-color: #CF2B87; }
span { border-color: rgb(207,43,135); }
td.TdClassName
{
border-color: #CF2B87;
}
.TagClassName
{
border-color: #CF2B87;
}
</style>