Shades of Deep Cerise #CF3994
Tints of Deep Cerise #CF3994
RGB
CMYK
RGB Variations
Color information
#CF3994 (or 0xCF3994) is known color: Deep Cerise. HEX triplet: CF, 39 and 94. RGB value is (207,57,148). Sum of RGB (Red+Green+Blue) = 207+57+148=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3994 is #30C66B. Grayscale: #707070. Windows color (decimal): -3196524 or 9714127. OLE color: 9714127.
HSL color Cylindrical-coordinate representation of color #CF3994: hue angle of 323.6º 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 #CF3994 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 148 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.19 |
| HSL | 323.6º | 0.61% | 0.52% | - |
| HSV(B) | 323.6º | 0.72% | 0.81% | - |
| XYZ | 32.54 | 18.33 | 29.84 | - |
| YUV | 112.22 | 148.2 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 148 | 0 | 0.72 | 0.29 | 0.19 | 323.6 | 0.61 | 0.52 |
| Hex | CF | 39 | 94 | 0 | 48 | 1D | 13 | 144 | 3D | 34 |
| Octal | 317 | 71 | 224 | 0 | 110 | 35 | 23 | 504 | 75 | 64 |
| Binary | 11001111 | 111001 | 10010100 | 0 | 1001000 | 11101 | 10011 | 101000100 | 111101 | 110100 |
Color Harmonies of #CF3994
Complementary color
Monochromatic Colors of #CF3994
Black with #CF3994
Text Example
Text Example
White with #CF3994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3994; }
p { color: rgb(207,57,148); }
H1.HeaderClassName
{
color: #CF3994;
}
.AnyTagClassName
{
color: #CF3994;
}
</style>
background-color css
<style>
a { background-color: #CF3994; }
a { background-color: rgb(207,57,148); }
div.DivClassName
{
background-color: #CF3994;
}
.BgClassName
{
background-color: #CF3994;
}
</style>
border-color css
<style>
span { border-color: #CF3994; }
span { border-color: rgb(207,57,148); }
td.TdClassName
{
border-color: #CF3994;
}
.TagClassName
{
border-color: #CF3994;
}
</style>