Shades of Deep Cerise #CF2C8E
Tints of Deep Cerise #CF2C8E
RGB
CMYK
RGB Variations
Color information
#CF2C8E (or 0xCF2C8E) is known color: Deep Cerise. HEX triplet: CF, 2C and 8E. RGB value is (207,44,142). Sum of RGB (Red+Green+Blue) = 207+44+142=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 44 (17.58% from 255 or 11.20% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2C8E is #30D371. Grayscale: #676767. Windows color (decimal): -3199858 or 9317583. OLE color: 9317583.
HSL color Cylindrical-coordinate representation of color #CF2C8E: hue angle of 323.93º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2C8E is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 142 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.19 |
| HSL | 323.93º | 0.65% | 0.49% | - |
| HSV(B) | 323.93º | 0.79% | 0.81% | - |
| XYZ | 31.52 | 17.02 | 27.22 | - |
| YUV | 103.91 | 149.5 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 142 | 0 | 0.79 | 0.31 | 0.19 | 323.93 | 0.65 | 0.49 |
| Hex | CF | 2C | 8E | 0 | 4F | 1F | 13 | 144 | 41 | 31 |
| Octal | 317 | 54 | 216 | 0 | 117 | 37 | 23 | 504 | 101 | 61 |
| Binary | 11001111 | 101100 | 10001110 | 0 | 1001111 | 11111 | 10011 | 101000100 | 1000001 | 110001 |
Color Harmonies of #CF2C8E
Complementary color
Monochromatic Colors of #CF2C8E
Black with #CF2C8E
Text Example
Text Example
White with #CF2C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2C8E; }
p { color: rgb(207,44,142); }
H1.HeaderClassName
{
color: #CF2C8E;
}
.AnyTagClassName
{
color: #CF2C8E;
}
</style>
background-color css
<style>
a { background-color: #CF2C8E; }
a { background-color: rgb(207,44,142); }
div.DivClassName
{
background-color: #CF2C8E;
}
.BgClassName
{
background-color: #CF2C8E;
}
</style>
border-color css
<style>
span { border-color: #CF2C8E; }
span { border-color: rgb(207,44,142); }
td.TdClassName
{
border-color: #CF2C8E;
}
.TagClassName
{
border-color: #CF2C8E;
}
</style>