Shades of Deep Cerise #CF2E8C
Tints of Deep Cerise #CF2E8C
RGB
CMYK
RGB Variations
Color information
#CF2E8C (or 0xCF2E8C) is known color: Deep Cerise. HEX triplet: CF, 2E and 8C. RGB value is (207,46,140). Sum of RGB (Red+Green+Blue) = 207+46+140=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2E8C is #30D173. Grayscale: #686868. Windows color (decimal): -3199348 or 9187023. OLE color: 9187023.
HSL color Cylindrical-coordinate representation of color #CF2E8C: hue angle of 324.97º 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 #CF2E8C is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 140 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.19 |
| HSL | 324.97º | 0.64% | 0.5% | - |
| HSV(B) | 324.97º | 0.78% | 0.81% | - |
| XYZ | 31.44 | 17.11 | 26.46 | - |
| YUV | 104.86 | 147.84 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 140 | 0 | 0.78 | 0.32 | 0.19 | 324.97 | 0.64 | 0.5 |
| Hex | CF | 2E | 8C | 0 | 4E | 20 | 13 | 145 | 40 | 32 |
| Octal | 317 | 56 | 214 | 0 | 116 | 40 | 23 | 505 | 100 | 62 |
| Binary | 11001111 | 101110 | 10001100 | 0 | 1001110 | 100000 | 10011 | 101000101 | 1000000 | 110010 |
Color Harmonies of #CF2E8C
Complementary color
Monochromatic Colors of #CF2E8C
Black with #CF2E8C
Text Example
Text Example
White with #CF2E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E8C; }
p { color: rgb(207,46,140); }
H1.HeaderClassName
{
color: #CF2E8C;
}
.AnyTagClassName
{
color: #CF2E8C;
}
</style>
background-color css
<style>
a { background-color: #CF2E8C; }
a { background-color: rgb(207,46,140); }
div.DivClassName
{
background-color: #CF2E8C;
}
.BgClassName
{
background-color: #CF2E8C;
}
</style>
border-color css
<style>
span { border-color: #CF2E8C; }
span { border-color: rgb(207,46,140); }
td.TdClassName
{
border-color: #CF2E8C;
}
.TagClassName
{
border-color: #CF2E8C;
}
</style>