Shades of Deep Cerise #CF2D88
Tints of Deep Cerise #CF2D88
RGB
CMYK
RGB Variations
Color information
#CF2D88 (or 0xCF2D88) is known color: Deep Cerise. HEX triplet: CF, 2D and 88. RGB value is (207,45,136). Sum of RGB (Red+Green+Blue) = 207+45+136=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2D88 is #30D277. Grayscale: #676767. Windows color (decimal): -3199608 or 8924623. OLE color: 8924623.
HSL color Cylindrical-coordinate representation of color #CF2D88: hue angle of 326.3º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2D88 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 136 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.19 |
| HSL | 326.3º | 0.64% | 0.49% | - |
| HSV(B) | 326.3º | 0.78% | 0.81% | - |
| XYZ | 31.11 | 16.92 | 24.92 | - |
| YUV | 103.81 | 146.17 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 136 | 0 | 0.78 | 0.34 | 0.19 | 326.3 | 0.64 | 0.49 |
| Hex | CF | 2D | 88 | 0 | 4E | 22 | 13 | 146 | 40 | 31 |
| Octal | 317 | 55 | 210 | 0 | 116 | 42 | 23 | 506 | 100 | 61 |
| Binary | 11001111 | 101101 | 10001000 | 0 | 1001110 | 100010 | 10011 | 101000110 | 1000000 | 110001 |
Color Harmonies of #CF2D88
Complementary color
Monochromatic Colors of #CF2D88
Black with #CF2D88
Text Example
Text Example
White with #CF2D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D88; }
p { color: rgb(207,45,136); }
H1.HeaderClassName
{
color: #CF2D88;
}
.AnyTagClassName
{
color: #CF2D88;
}
</style>
background-color css
<style>
a { background-color: #CF2D88; }
a { background-color: rgb(207,45,136); }
div.DivClassName
{
background-color: #CF2D88;
}
.BgClassName
{
background-color: #CF2D88;
}
</style>
border-color css
<style>
span { border-color: #CF2D88; }
span { border-color: rgb(207,45,136); }
td.TdClassName
{
border-color: #CF2D88;
}
.TagClassName
{
border-color: #CF2D88;
}
</style>