Shades of Cerise #CF236A
Tints of Cerise #CF236A
RGB
CMYK
RGB Variations
Color information
#CF236A (or 0xCF236A) is known color: Cerise. HEX triplet: CF, 23 and 6A. RGB value is (207,35,106). Sum of RGB (Red+Green+Blue) = 207+35+106=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF236A is #30DC95. Grayscale: #5E5E5E. Windows color (decimal): -3202198 or 6955983. OLE color: 6955983.
HSL color Cylindrical-coordinate representation of color #CF236A: hue angle of 335.23º 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 #CF236A is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 106 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.19 |
| HSL | 335.23º | 0.71% | 0.47% | - |
| HSV(B) | 335.23º | 0.83% | 0.81% | - |
| XYZ | 28.93 | 15.51 | 15.1 | - |
| YUV | 94.52 | 134.48 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 106 | 0 | 0.83 | 0.49 | 0.19 | 335.23 | 0.71 | 0.47 |
| Hex | CF | 23 | 6A | 0 | 53 | 31 | 13 | 14F | 47 | 2F |
| Octal | 317 | 43 | 152 | 0 | 123 | 61 | 23 | 517 | 107 | 57 |
| Binary | 11001111 | 100011 | 1101010 | 0 | 1010011 | 110001 | 10011 | 101001111 | 1000111 | 101111 |
Color Harmonies of #CF236A
Complementary color
Monochromatic Colors of #CF236A
Black with #CF236A
Text Example
Text Example
White with #CF236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF236A; }
p { color: rgb(207,35,106); }
H1.HeaderClassName
{
color: #CF236A;
}
.AnyTagClassName
{
color: #CF236A;
}
</style>
background-color css
<style>
a { background-color: #CF236A; }
a { background-color: rgb(207,35,106); }
div.DivClassName
{
background-color: #CF236A;
}
.BgClassName
{
background-color: #CF236A;
}
</style>
border-color css
<style>
span { border-color: #CF236A; }
span { border-color: rgb(207,35,106); }
td.TdClassName
{
border-color: #CF236A;
}
.TagClassName
{
border-color: #CF236A;
}
</style>