Shades of Deep Cerise #CF2576
Tints of Deep Cerise #CF2576
RGB
CMYK
RGB Variations
Color information
#CF2576 (or 0xCF2576) is known color: Deep Cerise. HEX triplet: CF, 25 and 76. RGB value is (207,37,118). Sum of RGB (Red+Green+Blue) = 207+37+118=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2576 is #30DA89. Grayscale: #606060. Windows color (decimal): -3201674 or 7742927. OLE color: 7742927.
HSL color Cylindrical-coordinate representation of color #CF2576: hue angle of 331.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 #CF2576 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 118 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.19 |
| HSL | 331.41º | 0.7% | 0.48% | - |
| HSV(B) | 331.41º | 0.82% | 0.81% | - |
| XYZ | 29.66 | 15.9 | 18.64 | - |
| YUV | 97.06 | 139.82 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 118 | 0 | 0.82 | 0.43 | 0.19 | 331.41 | 0.7 | 0.48 |
| Hex | CF | 25 | 76 | 0 | 52 | 2B | 13 | 14B | 46 | 30 |
| Octal | 317 | 45 | 166 | 0 | 122 | 53 | 23 | 513 | 106 | 60 |
| Binary | 11001111 | 100101 | 1110110 | 0 | 1010010 | 101011 | 10011 | 101001011 | 1000110 | 110000 |
Color Harmonies of #CF2576
Complementary color
Monochromatic Colors of #CF2576
Black with #CF2576
Text Example
Text Example
White with #CF2576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2576; }
p { color: rgb(207,37,118); }
H1.HeaderClassName
{
color: #CF2576;
}
.AnyTagClassName
{
color: #CF2576;
}
</style>
background-color css
<style>
a { background-color: #CF2576; }
a { background-color: rgb(207,37,118); }
div.DivClassName
{
background-color: #CF2576;
}
.BgClassName
{
background-color: #CF2576;
}
</style>
border-color css
<style>
span { border-color: #CF2576; }
span { border-color: rgb(207,37,118); }
td.TdClassName
{
border-color: #CF2576;
}
.TagClassName
{
border-color: #CF2576;
}
</style>