Shades of Cerise #CF2E6C
Tints of Cerise #CF2E6C
RGB
CMYK
RGB Variations
Color information
#CF2E6C (or 0xCF2E6C) is known color: Cerise. HEX triplet: CF, 2E and 6C. RGB value is (207,46,108). Sum of RGB (Red+Green+Blue) = 207+46+108=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2E6C is #30D193. Grayscale: #656565. Windows color (decimal): -3199380 or 7089871. OLE color: 7089871.
HSL color Cylindrical-coordinate representation of color #CF2E6C: hue angle of 336.89º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2E6C is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 108 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.19 |
| HSL | 336.89º | 0.64% | 0.5% | - |
| HSV(B) | 336.89º | 0.78% | 0.81% | - |
| XYZ | 29.42 | 16.3 | 15.78 | - |
| YUV | 101.21 | 131.84 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 108 | 0 | 0.78 | 0.48 | 0.19 | 336.89 | 0.64 | 0.5 |
| Hex | CF | 2E | 6C | 0 | 4E | 30 | 13 | 151 | 40 | 32 |
| Octal | 317 | 56 | 154 | 0 | 116 | 60 | 23 | 521 | 100 | 62 |
| Binary | 11001111 | 101110 | 1101100 | 0 | 1001110 | 110000 | 10011 | 101010001 | 1000000 | 110010 |
Color Harmonies of #CF2E6C
Complementary color
Monochromatic Colors of #CF2E6C
Black with #CF2E6C
Text Example
Text Example
White with #CF2E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E6C; }
p { color: rgb(207,46,108); }
H1.HeaderClassName
{
color: #CF2E6C;
}
.AnyTagClassName
{
color: #CF2E6C;
}
</style>
background-color css
<style>
a { background-color: #CF2E6C; }
a { background-color: rgb(207,46,108); }
div.DivClassName
{
background-color: #CF2E6C;
}
.BgClassName
{
background-color: #CF2E6C;
}
</style>
border-color css
<style>
span { border-color: #CF2E6C; }
span { border-color: rgb(207,46,108); }
td.TdClassName
{
border-color: #CF2E6C;
}
.TagClassName
{
border-color: #CF2E6C;
}
</style>