Shades of Deep Cerise #CF3C7F
Tints of Deep Cerise #CF3C7F
RGB
CMYK
RGB Variations
Color information
#CF3C7F (or 0xCF3C7F) is known color: Deep Cerise. HEX triplet: CF, 3C and 7F. RGB value is (207,60,127). Sum of RGB (Red+Green+Blue) = 207+60+127=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3C7F is #30C380. Grayscale: #6F6F6F. Windows color (decimal): -3195777 or 8338639. OLE color: 8338639.
HSL color Cylindrical-coordinate representation of color #CF3C7F: hue angle of 332.65º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3C7F is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 127 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.19 |
| HSL | 332.65º | 0.6% | 0.52% | - |
| HSV(B) | 332.65º | 0.71% | 0.81% | - |
| XYZ | 31.18 | 18.03 | 21.92 | - |
| YUV | 111.59 | 136.7 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 127 | 0 | 0.71 | 0.39 | 0.19 | 332.65 | 0.6 | 0.52 |
| Hex | CF | 3C | 7F | 0 | 47 | 27 | 13 | 14D | 3C | 34 |
| Octal | 317 | 74 | 177 | 0 | 107 | 47 | 23 | 515 | 74 | 64 |
| Binary | 11001111 | 111100 | 1111111 | 0 | 1000111 | 100111 | 10011 | 101001101 | 111100 | 110100 |
Color Harmonies of #CF3C7F
Complementary color
Monochromatic Colors of #CF3C7F
Black with #CF3C7F
Text Example
Text Example
White with #CF3C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C7F; }
p { color: rgb(207,60,127); }
H1.HeaderClassName
{
color: #CF3C7F;
}
.AnyTagClassName
{
color: #CF3C7F;
}
</style>
background-color css
<style>
a { background-color: #CF3C7F; }
a { background-color: rgb(207,60,127); }
div.DivClassName
{
background-color: #CF3C7F;
}
.BgClassName
{
background-color: #CF3C7F;
}
</style>
border-color css
<style>
span { border-color: #CF3C7F; }
span { border-color: rgb(207,60,127); }
td.TdClassName
{
border-color: #CF3C7F;
}
.TagClassName
{
border-color: #CF3C7F;
}
</style>