Shades of Cerise #CF2860
Tints of Cerise #CF2860
RGB
CMYK
RGB Variations
Color information
#CF2860 (or 0xCF2860) is known color: Cerise. HEX triplet: CF, 28 and 60. RGB value is (207,40,96). Sum of RGB (Red+Green+Blue) = 207+40+96=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2860 is #30D79F. Grayscale: #606060. Windows color (decimal): -3200928 or 6301903. OLE color: 6301903.
HSL color Cylindrical-coordinate representation of color #CF2860: hue angle of 339.88º 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 #CF2860 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 96 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.19 |
| HSL | 339.88º | 0.68% | 0.48% | - |
| HSV(B) | 339.88º | 0.81% | 0.81% | - |
| XYZ | 28.6 | 15.63 | 12.58 | - |
| YUV | 96.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 96 | 0 | 0.81 | 0.54 | 0.19 | 339.88 | 0.68 | 0.48 |
| Hex | CF | 28 | 60 | 0 | 51 | 36 | 13 | 154 | 44 | 30 |
| Octal | 317 | 50 | 140 | 0 | 121 | 66 | 23 | 524 | 104 | 60 |
| Binary | 11001111 | 101000 | 1100000 | 0 | 1010001 | 110110 | 10011 | 101010100 | 1000100 | 110000 |
Color Harmonies of #CF2860
Complementary color
Monochromatic Colors of #CF2860
Black with #CF2860
Text Example
Text Example
White with #CF2860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2860; }
p { color: rgb(207,40,96); }
H1.HeaderClassName
{
color: #CF2860;
}
.AnyTagClassName
{
color: #CF2860;
}
</style>
background-color css
<style>
a { background-color: #CF2860; }
a { background-color: rgb(207,40,96); }
div.DivClassName
{
background-color: #CF2860;
}
.BgClassName
{
background-color: #CF2860;
}
</style>
border-color css
<style>
span { border-color: #CF2860; }
span { border-color: rgb(207,40,96); }
td.TdClassName
{
border-color: #CF2860;
}
.TagClassName
{
border-color: #CF2860;
}
</style>