Shades of Cerise #CF246A
Tints of Cerise #CF246A
RGB
CMYK
RGB Variations
Color information
#CF246A (or 0xCF246A) is known color: Cerise. HEX triplet: CF, 24 and 6A. RGB value is (207,36,106). Sum of RGB (Red+Green+Blue) = 207+36+106=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF246A is #30DB95. Grayscale: #5E5E5E. Windows color (decimal): -3201942 or 6956239. OLE color: 6956239.
HSL color Cylindrical-coordinate representation of color #CF246A: hue angle of 335.44º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF246A is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 106 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.19 |
| HSL | 335.44º | 0.7% | 0.48% | - |
| HSV(B) | 335.44º | 0.83% | 0.81% | - |
| XYZ | 28.96 | 15.57 | 15.11 | - |
| YUV | 95.11 | 134.15 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 106 | 0 | 0.83 | 0.49 | 0.19 | 335.44 | 0.7 | 0.48 |
| Hex | CF | 24 | 6A | 0 | 53 | 31 | 13 | 14F | 46 | 30 |
| Octal | 317 | 44 | 152 | 0 | 123 | 61 | 23 | 517 | 106 | 60 |
| Binary | 11001111 | 100100 | 1101010 | 0 | 1010011 | 110001 | 10011 | 101001111 | 1000110 | 110000 |
Color Harmonies of #CF246A
Complementary color
Monochromatic Colors of #CF246A
Black with #CF246A
Text Example
Text Example
White with #CF246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF246A; }
p { color: rgb(207,36,106); }
H1.HeaderClassName
{
color: #CF246A;
}
.AnyTagClassName
{
color: #CF246A;
}
</style>
background-color css
<style>
a { background-color: #CF246A; }
a { background-color: rgb(207,36,106); }
div.DivClassName
{
background-color: #CF246A;
}
.BgClassName
{
background-color: #CF246A;
}
</style>
border-color css
<style>
span { border-color: #CF246A; }
span { border-color: rgb(207,36,106); }
td.TdClassName
{
border-color: #CF246A;
}
.TagClassName
{
border-color: #CF246A;
}
</style>