Shades of Deep Cerise #CF3F7C
Tints of Deep Cerise #CF3F7C
RGB
CMYK
RGB Variations
Color information
#CF3F7C (or 0xCF3F7C) is known color: Deep Cerise. HEX triplet: CF, 3F and 7C. RGB value is (207,63,124). Sum of RGB (Red+Green+Blue) = 207+63+124=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3F7C is #30C083. Grayscale: #707070. Windows color (decimal): -3195012 or 8142799. OLE color: 8142799.
HSL color Cylindrical-coordinate representation of color #CF3F7C: hue angle of 334.58º 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 #CF3F7C is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 63 | 124 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.19 |
| HSL | 334.58º | 0.6% | 0.53% | - |
| HSV(B) | 334.58º | 0.7% | 0.81% | - |
| XYZ | 31.15 | 18.28 | 20.95 | - |
| YUV | 113.01 | 134.21 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 63 | 124 | 0 | 0.70 | 0.40 | 0.19 | 334.58 | 0.6 | 0.53 |
| Hex | CF | 3F | 7C | 0 | 46 | 28 | 13 | 14F | 3C | 35 |
| Octal | 317 | 77 | 174 | 0 | 106 | 50 | 23 | 517 | 74 | 65 |
| Binary | 11001111 | 111111 | 1111100 | 0 | 1000110 | 101000 | 10011 | 101001111 | 111100 | 110101 |
Color Harmonies of #CF3F7C
Complementary color
Monochromatic Colors of #CF3F7C
Black with #CF3F7C
Text Example
Text Example
White with #CF3F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3F7C; }
p { color: rgb(207,63,124); }
H1.HeaderClassName
{
color: #CF3F7C;
}
.AnyTagClassName
{
color: #CF3F7C;
}
</style>
background-color css
<style>
a { background-color: #CF3F7C; }
a { background-color: rgb(207,63,124); }
div.DivClassName
{
background-color: #CF3F7C;
}
.BgClassName
{
background-color: #CF3F7C;
}
</style>
border-color css
<style>
span { border-color: #CF3F7C; }
span { border-color: rgb(207,63,124); }
td.TdClassName
{
border-color: #CF3F7C;
}
.TagClassName
{
border-color: #CF3F7C;
}
</style>