Shades of Deep Cerise #CF3978
Tints of Deep Cerise #CF3978
RGB
CMYK
RGB Variations
Color information
#CF3978 (or 0xCF3978) is known color: Deep Cerise. HEX triplet: CF, 39 and 78. RGB value is (207,57,120). Sum of RGB (Red+Green+Blue) = 207+57+120=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3978 is #30C687. Grayscale: #6C6C6C. Windows color (decimal): -3196552 or 7879119. OLE color: 7879119.
HSL color Cylindrical-coordinate representation of color #CF3978: hue angle of 334.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3978 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 120 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.19 |
| HSL | 334.8º | 0.61% | 0.52% | - |
| HSV(B) | 334.8º | 0.72% | 0.81% | - |
| XYZ | 30.59 | 17.55 | 19.54 | - |
| YUV | 109.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 120 | 0 | 0.72 | 0.42 | 0.19 | 334.8 | 0.61 | 0.52 |
| Hex | CF | 39 | 78 | 0 | 48 | 2A | 13 | 14F | 3D | 34 |
| Octal | 317 | 71 | 170 | 0 | 110 | 52 | 23 | 517 | 75 | 64 |
| Binary | 11001111 | 111001 | 1111000 | 0 | 1001000 | 101010 | 10011 | 101001111 | 111101 | 110100 |
Color Harmonies of #CF3978
Complementary color
Monochromatic Colors of #CF3978
Black with #CF3978
Text Example
Text Example
White with #CF3978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3978; }
p { color: rgb(207,57,120); }
H1.HeaderClassName
{
color: #CF3978;
}
.AnyTagClassName
{
color: #CF3978;
}
</style>
background-color css
<style>
a { background-color: #CF3978; }
a { background-color: rgb(207,57,120); }
div.DivClassName
{
background-color: #CF3978;
}
.BgClassName
{
background-color: #CF3978;
}
</style>
border-color css
<style>
span { border-color: #CF3978; }
span { border-color: rgb(207,57,120); }
td.TdClassName
{
border-color: #CF3978;
}
.TagClassName
{
border-color: #CF3978;
}
</style>