Shades of Deep Cerise #CF3993
Tints of Deep Cerise #CF3993
RGB
CMYK
RGB Variations
Color information
#CF3993 (or 0xCF3993) is known color: Deep Cerise. HEX triplet: CF, 39 and 93. RGB value is (207,57,147). Sum of RGB (Red+Green+Blue) = 207+57+147=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3993 is #30C66C. Grayscale: #6F6F6F. Windows color (decimal): -3196525 or 9648591. OLE color: 9648591.
HSL color Cylindrical-coordinate representation of color #CF3993: hue angle of 324º 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 #CF3993 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 147 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.19 |
| HSL | 324º | 0.61% | 0.52% | - |
| HSV(B) | 324º | 0.72% | 0.81% | - |
| XYZ | 32.46 | 18.3 | 29.42 | - |
| YUV | 112.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 147 | 0 | 0.72 | 0.29 | 0.19 | 324 | 0.61 | 0.52 |
| Hex | CF | 39 | 93 | 0 | 48 | 1D | 13 | 144 | 3D | 34 |
| Octal | 317 | 71 | 223 | 0 | 110 | 35 | 23 | 504 | 75 | 64 |
| Binary | 11001111 | 111001 | 10010011 | 0 | 1001000 | 11101 | 10011 | 101000100 | 111101 | 110100 |
Color Harmonies of #CF3993
Complementary color
Monochromatic Colors of #CF3993
Black with #CF3993
Text Example
Text Example
White with #CF3993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3993; }
p { color: rgb(207,57,147); }
H1.HeaderClassName
{
color: #CF3993;
}
.AnyTagClassName
{
color: #CF3993;
}
</style>
background-color css
<style>
a { background-color: #CF3993; }
a { background-color: rgb(207,57,147); }
div.DivClassName
{
background-color: #CF3993;
}
.BgClassName
{
background-color: #CF3993;
}
</style>
border-color css
<style>
span { border-color: #CF3993; }
span { border-color: rgb(207,57,147); }
td.TdClassName
{
border-color: #CF3993;
}
.TagClassName
{
border-color: #CF3993;
}
</style>