Shades of Deep Cerise #CF3178
Tints of Deep Cerise #CF3178
RGB
CMYK
RGB Variations
Color information
#CF3178 (or 0xCF3178) is known color: Deep Cerise. HEX triplet: CF, 31 and 78. RGB value is (207,49,120). Sum of RGB (Red+Green+Blue) = 207+49+120=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3178 is #30CE87. Grayscale: #686868. Windows color (decimal): -3198600 or 7877071. OLE color: 7877071.
HSL color Cylindrical-coordinate representation of color #CF3178: hue angle of 333.04º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3178 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 120 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.19 |
| HSL | 333.04º | 0.62% | 0.5% | - |
| HSV(B) | 333.04º | 0.76% | 0.81% | - |
| XYZ | 30.22 | 16.82 | 19.42 | - |
| YUV | 104.34 | 136.85 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 120 | 0 | 0.76 | 0.42 | 0.19 | 333.04 | 0.62 | 0.5 |
| Hex | CF | 31 | 78 | 0 | 4C | 2A | 13 | 14D | 3E | 32 |
| Octal | 317 | 61 | 170 | 0 | 114 | 52 | 23 | 515 | 76 | 62 |
| Binary | 11001111 | 110001 | 1111000 | 0 | 1001100 | 101010 | 10011 | 101001101 | 111110 | 110010 |
Color Harmonies of #CF3178
Complementary color
Monochromatic Colors of #CF3178
Black with #CF3178
Text Example
Text Example
White with #CF3178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3178; }
p { color: rgb(207,49,120); }
H1.HeaderClassName
{
color: #CF3178;
}
.AnyTagClassName
{
color: #CF3178;
}
</style>
background-color css
<style>
a { background-color: #CF3178; }
a { background-color: rgb(207,49,120); }
div.DivClassName
{
background-color: #CF3178;
}
.BgClassName
{
background-color: #CF3178;
}
</style>
border-color css
<style>
span { border-color: #CF3178; }
span { border-color: rgb(207,49,120); }
td.TdClassName
{
border-color: #CF3178;
}
.TagClassName
{
border-color: #CF3178;
}
</style>