Shades of Deep Cerise #CF2788
Tints of Deep Cerise #CF2788
RGB
CMYK
RGB Variations
Color information
#CF2788 (or 0xCF2788) is known color: Deep Cerise. HEX triplet: CF, 27 and 88. RGB value is (207,39,136). Sum of RGB (Red+Green+Blue) = 207+39+136=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2788 is #30D877. Grayscale: #646464. Windows color (decimal): -3201144 or 8923087. OLE color: 8923087.
HSL color Cylindrical-coordinate representation of color #CF2788: hue angle of 325.36º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2788 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 136 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.19 |
| HSL | 325.36º | 0.68% | 0.48% | - |
| HSV(B) | 325.36º | 0.81% | 0.81% | - |
| XYZ | 30.9 | 16.49 | 24.85 | - |
| YUV | 100.29 | 148.16 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 136 | 0 | 0.81 | 0.34 | 0.19 | 325.36 | 0.68 | 0.48 |
| Hex | CF | 27 | 88 | 0 | 51 | 22 | 13 | 145 | 44 | 30 |
| Octal | 317 | 47 | 210 | 0 | 121 | 42 | 23 | 505 | 104 | 60 |
| Binary | 11001111 | 100111 | 10001000 | 0 | 1010001 | 100010 | 10011 | 101000101 | 1000100 | 110000 |
Color Harmonies of #CF2788
Complementary color
Monochromatic Colors of #CF2788
Black with #CF2788
Text Example
Text Example
White with #CF2788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2788; }
p { color: rgb(207,39,136); }
H1.HeaderClassName
{
color: #CF2788;
}
.AnyTagClassName
{
color: #CF2788;
}
</style>
background-color css
<style>
a { background-color: #CF2788; }
a { background-color: rgb(207,39,136); }
div.DivClassName
{
background-color: #CF2788;
}
.BgClassName
{
background-color: #CF2788;
}
</style>
border-color css
<style>
span { border-color: #CF2788; }
span { border-color: rgb(207,39,136); }
td.TdClassName
{
border-color: #CF2788;
}
.TagClassName
{
border-color: #CF2788;
}
</style>