Shades of Deep Cerise #CF3990
Tints of Deep Cerise #CF3990
RGB
CMYK
RGB Variations
Color information
#CF3990 (or 0xCF3990) is known color: Deep Cerise. HEX triplet: CF, 39 and 90. RGB value is (207,57,144). Sum of RGB (Red+Green+Blue) = 207+57+144=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3990 is #30C66F. Grayscale: #6F6F6F. Windows color (decimal): -3196528 or 9451983. OLE color: 9451983.
HSL color Cylindrical-coordinate representation of color #CF3990: hue angle of 325.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 #CF3990 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 144 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.19 |
| HSL | 325.2º | 0.61% | 0.52% | - |
| HSV(B) | 325.2º | 0.72% | 0.81% | - |
| XYZ | 32.23 | 18.21 | 28.2 | - |
| YUV | 111.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 144 | 0 | 0.72 | 0.30 | 0.19 | 325.2 | 0.61 | 0.52 |
| Hex | CF | 39 | 90 | 0 | 48 | 1E | 13 | 145 | 3D | 34 |
| Octal | 317 | 71 | 220 | 0 | 110 | 36 | 23 | 505 | 75 | 64 |
| Binary | 11001111 | 111001 | 10010000 | 0 | 1001000 | 11110 | 10011 | 101000101 | 111101 | 110100 |
Color Harmonies of #CF3990
Complementary color
Monochromatic Colors of #CF3990
Black with #CF3990
Text Example
Text Example
White with #CF3990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3990; }
p { color: rgb(207,57,144); }
H1.HeaderClassName
{
color: #CF3990;
}
.AnyTagClassName
{
color: #CF3990;
}
</style>
background-color css
<style>
a { background-color: #CF3990; }
a { background-color: rgb(207,57,144); }
div.DivClassName
{
background-color: #CF3990;
}
.BgClassName
{
background-color: #CF3990;
}
</style>
border-color css
<style>
span { border-color: #CF3990; }
span { border-color: rgb(207,57,144); }
td.TdClassName
{
border-color: #CF3990;
}
.TagClassName
{
border-color: #CF3990;
}
</style>