Shades of Deep Cerise #CF2A80
Tints of Deep Cerise #CF2A80
RGB
CMYK
RGB Variations
Color information
#CF2A80 (or 0xCF2A80) is known color: Deep Cerise. HEX triplet: CF, 2A and 80. RGB value is (207,42,128). Sum of RGB (Red+Green+Blue) = 207+42+128=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2A80 is #30D57F. Grayscale: #646464. Windows color (decimal): -3200384 or 8399567. OLE color: 8399567.
HSL color Cylindrical-coordinate representation of color #CF2A80: hue angle of 328.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2A80 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 128 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.19 |
| HSL | 328.73º | 0.66% | 0.49% | - |
| HSV(B) | 328.73º | 0.8% | 0.81% | - |
| XYZ | 30.46 | 16.48 | 22 | - |
| YUV | 101.14 | 143.16 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 128 | 0 | 0.80 | 0.38 | 0.19 | 328.73 | 0.66 | 0.49 |
| Hex | CF | 2A | 80 | 0 | 50 | 26 | 13 | 149 | 42 | 31 |
| Octal | 317 | 52 | 200 | 0 | 120 | 46 | 23 | 511 | 102 | 61 |
| Binary | 11001111 | 101010 | 10000000 | 0 | 1010000 | 100110 | 10011 | 101001001 | 1000010 | 110001 |
Color Harmonies of #CF2A80
Complementary color
Monochromatic Colors of #CF2A80
Black with #CF2A80
Text Example
Text Example
White with #CF2A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A80; }
p { color: rgb(207,42,128); }
H1.HeaderClassName
{
color: #CF2A80;
}
.AnyTagClassName
{
color: #CF2A80;
}
</style>
background-color css
<style>
a { background-color: #CF2A80; }
a { background-color: rgb(207,42,128); }
div.DivClassName
{
background-color: #CF2A80;
}
.BgClassName
{
background-color: #CF2A80;
}
</style>
border-color css
<style>
span { border-color: #CF2A80; }
span { border-color: rgb(207,42,128); }
td.TdClassName
{
border-color: #CF2A80;
}
.TagClassName
{
border-color: #CF2A80;
}
</style>