Shades of Cerise #CF246B
Tints of Cerise #CF246B
RGB
CMYK
RGB Variations
Color information
#CF246B (or 0xCF246B) is known color: Cerise. HEX triplet: CF, 24 and 6B. RGB value is (207,36,107). Sum of RGB (Red+Green+Blue) = 207+36+107=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF246B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF246B is #30DB94. Grayscale: #5F5F5F. Windows color (decimal): -3201941 or 7021775. OLE color: 7021775.
HSL color Cylindrical-coordinate representation of color #CF246B: hue angle of 335.09º 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 #CF246B is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 107 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.19 |
| HSL | 335.09º | 0.7% | 0.48% | - |
| HSV(B) | 335.09º | 0.83% | 0.81% | - |
| XYZ | 29.02 | 15.59 | 15.39 | - |
| YUV | 95.22 | 134.65 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 107 | 0 | 0.83 | 0.48 | 0.19 | 335.09 | 0.7 | 0.48 |
| Hex | CF | 24 | 6B | 0 | 53 | 30 | 13 | 14F | 46 | 30 |
| Octal | 317 | 44 | 153 | 0 | 123 | 60 | 23 | 517 | 106 | 60 |
| Binary | 11001111 | 100100 | 1101011 | 0 | 1010011 | 110000 | 10011 | 101001111 | 1000110 | 110000 |
Color Harmonies of #CF246B
Complementary color
Monochromatic Colors of #CF246B
Black with #CF246B
Text Example
Text Example
White with #CF246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF246B; }
p { color: rgb(207,36,107); }
H1.HeaderClassName
{
color: #CF246B;
}
.AnyTagClassName
{
color: #CF246B;
}
</style>
background-color css
<style>
a { background-color: #CF246B; }
a { background-color: rgb(207,36,107); }
div.DivClassName
{
background-color: #CF246B;
}
.BgClassName
{
background-color: #CF246B;
}
</style>
border-color css
<style>
span { border-color: #CF246B; }
span { border-color: rgb(207,36,107); }
td.TdClassName
{
border-color: #CF246B;
}
.TagClassName
{
border-color: #CF246B;
}
</style>