Shades of Deep Cerise #CF3086
Tints of Deep Cerise #CF3086
RGB
CMYK
RGB Variations
Color information
#CF3086 (or 0xCF3086) is known color: Deep Cerise. HEX triplet: CF, 30 and 86. RGB value is (207,48,134). Sum of RGB (Red+Green+Blue) = 207+48+134=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3086 is #30CF79. Grayscale: #696969. Windows color (decimal): -3198842 or 8794319. OLE color: 8794319.
HSL color Cylindrical-coordinate representation of color #CF3086: hue angle of 327.55º 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 #CF3086 is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 134 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.19 |
| HSL | 327.55º | 0.62% | 0.5% | - |
| HSV(B) | 327.55º | 0.77% | 0.81% | - |
| XYZ | 31.09 | 17.1 | 24.22 | - |
| YUV | 105.35 | 144.18 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 134 | 0 | 0.77 | 0.35 | 0.19 | 327.55 | 0.62 | 0.5 |
| Hex | CF | 30 | 86 | 0 | 4D | 23 | 13 | 148 | 3E | 32 |
| Octal | 317 | 60 | 206 | 0 | 115 | 43 | 23 | 510 | 76 | 62 |
| Binary | 11001111 | 110000 | 10000110 | 0 | 1001101 | 100011 | 10011 | 101001000 | 111110 | 110010 |
Color Harmonies of #CF3086
Complementary color
Monochromatic Colors of #CF3086
Black with #CF3086
Text Example
Text Example
White with #CF3086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3086; }
p { color: rgb(207,48,134); }
H1.HeaderClassName
{
color: #CF3086;
}
.AnyTagClassName
{
color: #CF3086;
}
</style>
background-color css
<style>
a { background-color: #CF3086; }
a { background-color: rgb(207,48,134); }
div.DivClassName
{
background-color: #CF3086;
}
.BgClassName
{
background-color: #CF3086;
}
</style>
border-color css
<style>
span { border-color: #CF3086; }
span { border-color: rgb(207,48,134); }
td.TdClassName
{
border-color: #CF3086;
}
.TagClassName
{
border-color: #CF3086;
}
</style>