Shades of Cerise #CF236C
Tints of Cerise #CF236C
RGB
CMYK
RGB Variations
Color information
#CF236C (or 0xCF236C) is known color: Cerise. HEX triplet: CF, 23 and 6C. RGB value is (207,35,108). Sum of RGB (Red+Green+Blue) = 207+35+108=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF236C is #30DC93. Grayscale: #5E5E5E. Windows color (decimal): -3202196 or 7087055. OLE color: 7087055.
HSL color Cylindrical-coordinate representation of color #CF236C: hue angle of 334.53º 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 #CF236C is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 108 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.19 |
| HSL | 334.53º | 0.71% | 0.47% | - |
| HSV(B) | 334.53º | 0.83% | 0.81% | - |
| XYZ | 29.04 | 15.55 | 15.66 | - |
| YUV | 94.75 | 135.48 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 108 | 0 | 0.83 | 0.48 | 0.19 | 334.53 | 0.71 | 0.47 |
| Hex | CF | 23 | 6C | 0 | 53 | 30 | 13 | 14F | 47 | 2F |
| Octal | 317 | 43 | 154 | 0 | 123 | 60 | 23 | 517 | 107 | 57 |
| Binary | 11001111 | 100011 | 1101100 | 0 | 1010011 | 110000 | 10011 | 101001111 | 1000111 | 101111 |
Color Harmonies of #CF236C
Complementary color
Monochromatic Colors of #CF236C
Black with #CF236C
Text Example
Text Example
White with #CF236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF236C; }
p { color: rgb(207,35,108); }
H1.HeaderClassName
{
color: #CF236C;
}
.AnyTagClassName
{
color: #CF236C;
}
</style>
background-color css
<style>
a { background-color: #CF236C; }
a { background-color: rgb(207,35,108); }
div.DivClassName
{
background-color: #CF236C;
}
.BgClassName
{
background-color: #CF236C;
}
</style>
border-color css
<style>
span { border-color: #CF236C; }
span { border-color: rgb(207,35,108); }
td.TdClassName
{
border-color: #CF236C;
}
.TagClassName
{
border-color: #CF236C;
}
</style>