Shades of Cerise #CF286C
Tints of Cerise #CF286C
RGB
CMYK
RGB Variations
Color information
#CF286C (or 0xCF286C) is known color: Cerise. HEX triplet: CF, 28 and 6C. RGB value is (207,40,108). Sum of RGB (Red+Green+Blue) = 207+40+108=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF286C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF286C is #30D793. Grayscale: #616161. Windows color (decimal): -3200916 or 7088335. OLE color: 7088335.
HSL color Cylindrical-coordinate representation of color #CF286C: hue angle of 335.57º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF286C is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 108 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.19 |
| HSL | 335.57º | 0.68% | 0.48% | - |
| HSV(B) | 335.57º | 0.81% | 0.81% | - |
| XYZ | 29.2 | 15.87 | 15.71 | - |
| YUV | 97.69 | 133.83 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 108 | 0 | 0.81 | 0.48 | 0.19 | 335.57 | 0.68 | 0.48 |
| Hex | CF | 28 | 6C | 0 | 51 | 30 | 13 | 150 | 44 | 30 |
| Octal | 317 | 50 | 154 | 0 | 121 | 60 | 23 | 520 | 104 | 60 |
| Binary | 11001111 | 101000 | 1101100 | 0 | 1010001 | 110000 | 10011 | 101010000 | 1000100 | 110000 |
Color Harmonies of #CF286C
Complementary color
Monochromatic Colors of #CF286C
Black with #CF286C
Text Example
Text Example
White with #CF286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF286C; }
p { color: rgb(207,40,108); }
H1.HeaderClassName
{
color: #CF286C;
}
.AnyTagClassName
{
color: #CF286C;
}
</style>
background-color css
<style>
a { background-color: #CF286C; }
a { background-color: rgb(207,40,108); }
div.DivClassName
{
background-color: #CF286C;
}
.BgClassName
{
background-color: #CF286C;
}
</style>
border-color css
<style>
span { border-color: #CF286C; }
span { border-color: rgb(207,40,108); }
td.TdClassName
{
border-color: #CF286C;
}
.TagClassName
{
border-color: #CF286C;
}
</style>