Shades of Deep Cerise #CF2478
Tints of Deep Cerise #CF2478
RGB
CMYK
RGB Variations
Color information
#CF2478 (or 0xCF2478) is known color: Deep Cerise. HEX triplet: CF, 24 and 78. RGB value is (207,36,120). Sum of RGB (Red+Green+Blue) = 207+36+120=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2478 is #30DB87. Grayscale: #606060. Windows color (decimal): -3201928 or 7873743. OLE color: 7873743.
HSL color Cylindrical-coordinate representation of color #CF2478: hue angle of 330.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2478 is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 120 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.19 |
| HSL | 330.53º | 0.7% | 0.48% | - |
| HSV(B) | 330.53º | 0.83% | 0.81% | - |
| XYZ | 29.75 | 15.88 | 19.27 | - |
| YUV | 96.71 | 141.15 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 120 | 0 | 0.83 | 0.42 | 0.19 | 330.53 | 0.7 | 0.48 |
| Hex | CF | 24 | 78 | 0 | 53 | 2A | 13 | 14B | 46 | 30 |
| Octal | 317 | 44 | 170 | 0 | 123 | 52 | 23 | 513 | 106 | 60 |
| Binary | 11001111 | 100100 | 1111000 | 0 | 1010011 | 101010 | 10011 | 101001011 | 1000110 | 110000 |
Color Harmonies of #CF2478
Complementary color
Monochromatic Colors of #CF2478
Black with #CF2478
Text Example
Text Example
White with #CF2478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2478; }
p { color: rgb(207,36,120); }
H1.HeaderClassName
{
color: #CF2478;
}
.AnyTagClassName
{
color: #CF2478;
}
</style>
background-color css
<style>
a { background-color: #CF2478; }
a { background-color: rgb(207,36,120); }
div.DivClassName
{
background-color: #CF2478;
}
.BgClassName
{
background-color: #CF2478;
}
</style>
border-color css
<style>
span { border-color: #CF2478; }
span { border-color: rgb(207,36,120); }
td.TdClassName
{
border-color: #CF2478;
}
.TagClassName
{
border-color: #CF2478;
}
</style>