Shades of Deep Cerise #CF3E80
Tints of Deep Cerise #CF3E80
RGB
CMYK
RGB Variations
Color information
#CF3E80 (or 0xCF3E80) is known color: Deep Cerise. HEX triplet: CF, 3E and 80. RGB value is (207,62,128). Sum of RGB (Red+Green+Blue) = 207+62+128=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3E80 is #30C17F. Grayscale: #707070. Windows color (decimal): -3195264 or 8404687. OLE color: 8404687.
HSL color Cylindrical-coordinate representation of color #CF3E80: hue angle of 332.69º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3E80 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 128 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.19 |
| HSL | 332.69º | 0.6% | 0.53% | - |
| HSV(B) | 332.69º | 0.7% | 0.81% | - |
| XYZ | 31.35 | 18.27 | 22.3 | - |
| YUV | 112.88 | 136.54 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 128 | 0 | 0.70 | 0.38 | 0.19 | 332.69 | 0.6 | 0.53 |
| Hex | CF | 3E | 80 | 0 | 46 | 26 | 13 | 14D | 3C | 35 |
| Octal | 317 | 76 | 200 | 0 | 106 | 46 | 23 | 515 | 74 | 65 |
| Binary | 11001111 | 111110 | 10000000 | 0 | 1000110 | 100110 | 10011 | 101001101 | 111100 | 110101 |
Color Harmonies of #CF3E80
Complementary color
Monochromatic Colors of #CF3E80
Black with #CF3E80
Text Example
Text Example
White with #CF3E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E80; }
p { color: rgb(207,62,128); }
H1.HeaderClassName
{
color: #CF3E80;
}
.AnyTagClassName
{
color: #CF3E80;
}
</style>
background-color css
<style>
a { background-color: #CF3E80; }
a { background-color: rgb(207,62,128); }
div.DivClassName
{
background-color: #CF3E80;
}
.BgClassName
{
background-color: #CF3E80;
}
</style>
border-color css
<style>
span { border-color: #CF3E80; }
span { border-color: rgb(207,62,128); }
td.TdClassName
{
border-color: #CF3E80;
}
.TagClassName
{
border-color: #CF3E80;
}
</style>