Shades of Deep Cerise #CF3090
Tints of Deep Cerise #CF3090
RGB
CMYK
RGB Variations
Color information
#CF3090 (or 0xCF3090) is known color: Deep Cerise. HEX triplet: CF, 30 and 90. RGB value is (207,48,144). Sum of RGB (Red+Green+Blue) = 207+48+144=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3090 is #30CF6F. Grayscale: #6A6A6A. Windows color (decimal): -3198832 or 9449679. OLE color: 9449679.
HSL color Cylindrical-coordinate representation of color #CF3090: hue angle of 323.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3090 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 144 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.19 |
| HSL | 323.77º | 0.62% | 0.5% | - |
| HSV(B) | 323.77º | 0.77% | 0.81% | - |
| XYZ | 31.82 | 17.39 | 28.07 | - |
| YUV | 106.49 | 149.18 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 144 | 0 | 0.77 | 0.30 | 0.19 | 323.77 | 0.62 | 0.5 |
| Hex | CF | 30 | 90 | 0 | 4D | 1E | 13 | 144 | 3E | 32 |
| Octal | 317 | 60 | 220 | 0 | 115 | 36 | 23 | 504 | 76 | 62 |
| Binary | 11001111 | 110000 | 10010000 | 0 | 1001101 | 11110 | 10011 | 101000100 | 111110 | 110010 |
Color Harmonies of #CF3090
Complementary color
Monochromatic Colors of #CF3090
Black with #CF3090
Text Example
Text Example
White with #CF3090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3090; }
p { color: rgb(207,48,144); }
H1.HeaderClassName
{
color: #CF3090;
}
.AnyTagClassName
{
color: #CF3090;
}
</style>
background-color css
<style>
a { background-color: #CF3090; }
a { background-color: rgb(207,48,144); }
div.DivClassName
{
background-color: #CF3090;
}
.BgClassName
{
background-color: #CF3090;
}
</style>
border-color css
<style>
span { border-color: #CF3090; }
span { border-color: rgb(207,48,144); }
td.TdClassName
{
border-color: #CF3090;
}
.TagClassName
{
border-color: #CF3090;
}
</style>