Shades of Cerise #CF235E
Tints of Cerise #CF235E
RGB
CMYK
RGB Variations
Color information
#CF235E (or 0xCF235E) is known color: Cerise. HEX triplet: CF, 23 and 5E. RGB value is (207,35,94). Sum of RGB (Red+Green+Blue) = 207+35+94=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF235E is #30DCA1. Grayscale: #5D5D5D. Windows color (decimal): -3202210 or 6169551. OLE color: 6169551.
HSL color Cylindrical-coordinate representation of color #CF235E: hue angle of 339.42º 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 #CF235E is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 94 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.19 |
| HSL | 339.42º | 0.71% | 0.47% | - |
| HSV(B) | 339.42º | 0.83% | 0.81% | - |
| XYZ | 28.35 | 15.28 | 12.04 | - |
| YUV | 93.15 | 128.48 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 94 | 0 | 0.83 | 0.55 | 0.19 | 339.42 | 0.71 | 0.47 |
| Hex | CF | 23 | 5E | 0 | 53 | 37 | 13 | 153 | 47 | 2F |
| Octal | 317 | 43 | 136 | 0 | 123 | 67 | 23 | 523 | 107 | 57 |
| Binary | 11001111 | 100011 | 1011110 | 0 | 1010011 | 110111 | 10011 | 101010011 | 1000111 | 101111 |
Color Harmonies of #CF235E
Complementary color
Monochromatic Colors of #CF235E
Black with #CF235E
Text Example
Text Example
White with #CF235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF235E; }
p { color: rgb(207,35,94); }
H1.HeaderClassName
{
color: #CF235E;
}
.AnyTagClassName
{
color: #CF235E;
}
</style>
background-color css
<style>
a { background-color: #CF235E; }
a { background-color: rgb(207,35,94); }
div.DivClassName
{
background-color: #CF235E;
}
.BgClassName
{
background-color: #CF235E;
}
</style>
border-color css
<style>
span { border-color: #CF235E; }
span { border-color: rgb(207,35,94); }
td.TdClassName
{
border-color: #CF235E;
}
.TagClassName
{
border-color: #CF235E;
}
</style>