Shades of Cerise #CF2E6B
Tints of Cerise #CF2E6B
RGB
CMYK
RGB Variations
Color information
#CF2E6B (or 0xCF2E6B) is known color: Cerise. HEX triplet: CF, 2E and 6B. RGB value is (207,46,107). Sum of RGB (Red+Green+Blue) = 207+46+107=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 46 (18.36% from 255 or 12.78% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2E6B is #30D194. Grayscale: #656565. Windows color (decimal): -3199381 or 7024335. OLE color: 7024335.
HSL color Cylindrical-coordinate representation of color #CF2E6B: hue angle of 337.27º 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 #CF2E6B is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 107 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.19 |
| HSL | 337.27º | 0.64% | 0.5% | - |
| HSV(B) | 337.27º | 0.78% | 0.81% | - |
| XYZ | 29.36 | 16.28 | 15.5 | - |
| YUV | 101.09 | 131.34 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 107 | 0 | 0.78 | 0.48 | 0.19 | 337.27 | 0.64 | 0.5 |
| Hex | CF | 2E | 6B | 0 | 4E | 30 | 13 | 151 | 40 | 32 |
| Octal | 317 | 56 | 153 | 0 | 116 | 60 | 23 | 521 | 100 | 62 |
| Binary | 11001111 | 101110 | 1101011 | 0 | 1001110 | 110000 | 10011 | 101010001 | 1000000 | 110010 |
Color Harmonies of #CF2E6B
Complementary color
Monochromatic Colors of #CF2E6B
Black with #CF2E6B
Text Example
Text Example
White with #CF2E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E6B; }
p { color: rgb(207,46,107); }
H1.HeaderClassName
{
color: #CF2E6B;
}
.AnyTagClassName
{
color: #CF2E6B;
}
</style>
background-color css
<style>
a { background-color: #CF2E6B; }
a { background-color: rgb(207,46,107); }
div.DivClassName
{
background-color: #CF2E6B;
}
.BgClassName
{
background-color: #CF2E6B;
}
</style>
border-color css
<style>
span { border-color: #CF2E6B; }
span { border-color: rgb(207,46,107); }
td.TdClassName
{
border-color: #CF2E6B;
}
.TagClassName
{
border-color: #CF2E6B;
}
</style>