Shades of Deep Cerise #CF3995
Tints of Deep Cerise #CF3995
RGB
CMYK
RGB Variations
Color information
#CF3995 (or 0xCF3995) is known color: Deep Cerise. HEX triplet: CF, 39 and 95. RGB value is (207,57,149). Sum of RGB (Red+Green+Blue) = 207+57+149=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3995 is #30C66A. Grayscale: #707070. Windows color (decimal): -3196523 or 9779663. OLE color: 9779663.
HSL color Cylindrical-coordinate representation of color #CF3995: hue angle of 323.2º 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 #CF3995 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 149 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.19 |
| HSL | 323.2º | 0.61% | 0.52% | - |
| HSV(B) | 323.2º | 0.72% | 0.81% | - |
| XYZ | 32.62 | 18.36 | 30.26 | - |
| YUV | 112.34 | 148.7 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 149 | 0 | 0.72 | 0.28 | 0.19 | 323.2 | 0.61 | 0.52 |
| Hex | CF | 39 | 95 | 0 | 48 | 1C | 13 | 143 | 3D | 34 |
| Octal | 317 | 71 | 225 | 0 | 110 | 34 | 23 | 503 | 75 | 64 |
| Binary | 11001111 | 111001 | 10010101 | 0 | 1001000 | 11100 | 10011 | 101000011 | 111101 | 110100 |
Color Harmonies of #CF3995
Complementary color
Monochromatic Colors of #CF3995
Black with #CF3995
Text Example
Text Example
White with #CF3995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3995; }
p { color: rgb(207,57,149); }
H1.HeaderClassName
{
color: #CF3995;
}
.AnyTagClassName
{
color: #CF3995;
}
</style>
background-color css
<style>
a { background-color: #CF3995; }
a { background-color: rgb(207,57,149); }
div.DivClassName
{
background-color: #CF3995;
}
.BgClassName
{
background-color: #CF3995;
}
</style>
border-color css
<style>
span { border-color: #CF3995; }
span { border-color: rgb(207,57,149); }
td.TdClassName
{
border-color: #CF3995;
}
.TagClassName
{
border-color: #CF3995;
}
</style>