Shades of Cerise #CF2F6E
Tints of Cerise #CF2F6E
RGB
CMYK
RGB Variations
Color information
#CF2F6E (or 0xCF2F6E) is known color: Cerise. HEX triplet: CF, 2F and 6E. RGB value is (207,47,110). Sum of RGB (Red+Green+Blue) = 207+47+110=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2F6E is #30D091. Grayscale: #656565. Windows color (decimal): -3199122 or 7221199. OLE color: 7221199.
HSL color Cylindrical-coordinate representation of color #CF2F6E: hue angle of 336.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF2F6E is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 110 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.19 |
| HSL | 336.38º | 0.63% | 0.5% | - |
| HSV(B) | 336.38º | 0.77% | 0.81% | - |
| XYZ | 29.56 | 16.42 | 16.36 | - |
| YUV | 102.02 | 132.51 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 110 | 0 | 0.77 | 0.47 | 0.19 | 336.38 | 0.63 | 0.5 |
| Hex | CF | 2F | 6E | 0 | 4D | 2F | 13 | 150 | 3F | 32 |
| Octal | 317 | 57 | 156 | 0 | 115 | 57 | 23 | 520 | 77 | 62 |
| Binary | 11001111 | 101111 | 1101110 | 0 | 1001101 | 101111 | 10011 | 101010000 | 111111 | 110010 |
Color Harmonies of #CF2F6E
Complementary color
Monochromatic Colors of #CF2F6E
Black with #CF2F6E
Text Example
Text Example
White with #CF2F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F6E; }
p { color: rgb(207,47,110); }
H1.HeaderClassName
{
color: #CF2F6E;
}
.AnyTagClassName
{
color: #CF2F6E;
}
</style>
background-color css
<style>
a { background-color: #CF2F6E; }
a { background-color: rgb(207,47,110); }
div.DivClassName
{
background-color: #CF2F6E;
}
.BgClassName
{
background-color: #CF2F6E;
}
</style>
border-color css
<style>
span { border-color: #CF2F6E; }
span { border-color: rgb(207,47,110); }
td.TdClassName
{
border-color: #CF2F6E;
}
.TagClassName
{
border-color: #CF2F6E;
}
</style>