Shades of Deep Cerise #CF3C84
Tints of Deep Cerise #CF3C84
RGB
CMYK
RGB Variations
Color information
#CF3C84 (or 0xCF3C84) is known color: Deep Cerise. HEX triplet: CF, 3C and 84. RGB value is (207,60,132). Sum of RGB (Red+Green+Blue) = 207+60+132=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3C84 is #30C37B. Grayscale: #707070. Windows color (decimal): -3195772 or 8666319. OLE color: 8666319.
HSL color Cylindrical-coordinate representation of color #CF3C84: hue angle of 330.61º 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 #CF3C84 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 132 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.19 |
| HSL | 330.61º | 0.6% | 0.52% | - |
| HSV(B) | 330.61º | 0.71% | 0.81% | - |
| XYZ | 31.51 | 18.16 | 23.67 | - |
| YUV | 112.16 | 139.2 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 132 | 0 | 0.71 | 0.36 | 0.19 | 330.61 | 0.6 | 0.52 |
| Hex | CF | 3C | 84 | 0 | 47 | 24 | 13 | 14B | 3C | 34 |
| Octal | 317 | 74 | 204 | 0 | 107 | 44 | 23 | 513 | 74 | 64 |
| Binary | 11001111 | 111100 | 10000100 | 0 | 1000111 | 100100 | 10011 | 101001011 | 111100 | 110100 |
Color Harmonies of #CF3C84
Complementary color
Monochromatic Colors of #CF3C84
Black with #CF3C84
Text Example
Text Example
White with #CF3C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C84; }
p { color: rgb(207,60,132); }
H1.HeaderClassName
{
color: #CF3C84;
}
.AnyTagClassName
{
color: #CF3C84;
}
</style>
background-color css
<style>
a { background-color: #CF3C84; }
a { background-color: rgb(207,60,132); }
div.DivClassName
{
background-color: #CF3C84;
}
.BgClassName
{
background-color: #CF3C84;
}
</style>
border-color css
<style>
span { border-color: #CF3C84; }
span { border-color: rgb(207,60,132); }
td.TdClassName
{
border-color: #CF3C84;
}
.TagClassName
{
border-color: #CF3C84;
}
</style>