Shades of Cerise #CF2359
Tints of Cerise #CF2359
RGB
CMYK
RGB Variations
Color information
#CF2359 (or 0xCF2359) is known color: Cerise. HEX triplet: CF, 23 and 59. RGB value is (207,35,89). Sum of RGB (Red+Green+Blue) = 207+35+89=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2359 is #30DCA6. Grayscale: #5C5C5C. Windows color (decimal): -3202215 or 5841871. OLE color: 5841871.
HSL color Cylindrical-coordinate representation of color #CF2359: hue angle of 341.16º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2359 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 89 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.19 |
| HSL | 341.16º | 0.71% | 0.47% | - |
| HSV(B) | 341.16º | 0.83% | 0.81% | - |
| XYZ | 28.14 | 15.19 | 10.9 | - |
| YUV | 92.58 | 125.98 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 89 | 0 | 0.83 | 0.57 | 0.19 | 341.16 | 0.71 | 0.47 |
| Hex | CF | 23 | 59 | 0 | 53 | 39 | 13 | 155 | 47 | 2F |
| Octal | 317 | 43 | 131 | 0 | 123 | 71 | 23 | 525 | 107 | 57 |
| Binary | 11001111 | 100011 | 1011001 | 0 | 1010011 | 111001 | 10011 | 101010101 | 1000111 | 101111 |
Color Harmonies of #CF2359
Complementary color
Monochromatic Colors of #CF2359
Black with #CF2359
Text Example
Text Example
White with #CF2359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2359; }
p { color: rgb(207,35,89); }
H1.HeaderClassName
{
color: #CF2359;
}
.AnyTagClassName
{
color: #CF2359;
}
</style>
background-color css
<style>
a { background-color: #CF2359; }
a { background-color: rgb(207,35,89); }
div.DivClassName
{
background-color: #CF2359;
}
.BgClassName
{
background-color: #CF2359;
}
</style>
border-color css
<style>
span { border-color: #CF2359; }
span { border-color: rgb(207,35,89); }
td.TdClassName
{
border-color: #CF2359;
}
.TagClassName
{
border-color: #CF2359;
}
</style>