Shades of Deep Cerise #CF3E7E
Tints of Deep Cerise #CF3E7E
RGB
CMYK
RGB Variations
Color information
#CF3E7E (or 0xCF3E7E) is known color: Deep Cerise. HEX triplet: CF, 3E and 7E. RGB value is (207,62,126). Sum of RGB (Red+Green+Blue) = 207+62+126=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3E7E is #30C181. Grayscale: #707070. Windows color (decimal): -3195266 or 8273615. OLE color: 8273615.
HSL color Cylindrical-coordinate representation of color #CF3E7E: hue angle of 333.52º 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 #CF3E7E is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 62 | 126 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.19 |
| HSL | 333.52º | 0.6% | 0.53% | - |
| HSV(B) | 333.52º | 0.7% | 0.81% | - |
| XYZ | 31.22 | 18.22 | 21.61 | - |
| YUV | 112.65 | 135.54 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 126 | 0 | 0.70 | 0.39 | 0.19 | 333.52 | 0.6 | 0.53 |
| Hex | CF | 3E | 7E | 0 | 46 | 27 | 13 | 14E | 3C | 35 |
| Octal | 317 | 76 | 176 | 0 | 106 | 47 | 23 | 516 | 74 | 65 |
| Binary | 11001111 | 111110 | 1111110 | 0 | 1000110 | 100111 | 10011 | 101001110 | 111100 | 110101 |
Color Harmonies of #CF3E7E
Complementary color
Monochromatic Colors of #CF3E7E
Black with #CF3E7E
Text Example
Text Example
White with #CF3E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3E7E; }
p { color: rgb(207,62,126); }
H1.HeaderClassName
{
color: #CF3E7E;
}
.AnyTagClassName
{
color: #CF3E7E;
}
</style>
background-color css
<style>
a { background-color: #CF3E7E; }
a { background-color: rgb(207,62,126); }
div.DivClassName
{
background-color: #CF3E7E;
}
.BgClassName
{
background-color: #CF3E7E;
}
</style>
border-color css
<style>
span { border-color: #CF3E7E; }
span { border-color: rgb(207,62,126); }
td.TdClassName
{
border-color: #CF3E7E;
}
.TagClassName
{
border-color: #CF3E7E;
}
</style>