Shades of Deep Cerise #CF3089
Tints of Deep Cerise #CF3089
RGB
CMYK
RGB Variations
Color information
#CF3089 (or 0xCF3089) is known color: Deep Cerise. HEX triplet: CF, 30 and 89. RGB value is (207,48,137). Sum of RGB (Red+Green+Blue) = 207+48+137=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3089 is #30CF76. Grayscale: #696969. Windows color (decimal): -3198839 or 8990927. OLE color: 8990927.
HSL color Cylindrical-coordinate representation of color #CF3089: hue angle of 326.42º 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 #CF3089 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 137 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.19 |
| HSL | 326.42º | 0.62% | 0.5% | - |
| HSV(B) | 326.42º | 0.77% | 0.81% | - |
| XYZ | 31.3 | 17.19 | 25.33 | - |
| YUV | 105.69 | 145.68 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 137 | 0 | 0.77 | 0.34 | 0.19 | 326.42 | 0.62 | 0.5 |
| Hex | CF | 30 | 89 | 0 | 4D | 22 | 13 | 146 | 3E | 32 |
| Octal | 317 | 60 | 211 | 0 | 115 | 42 | 23 | 506 | 76 | 62 |
| Binary | 11001111 | 110000 | 10001001 | 0 | 1001101 | 100010 | 10011 | 101000110 | 111110 | 110010 |
Color Harmonies of #CF3089
Complementary color
Monochromatic Colors of #CF3089
Black with #CF3089
Text Example
Text Example
White with #CF3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3089; }
p { color: rgb(207,48,137); }
H1.HeaderClassName
{
color: #CF3089;
}
.AnyTagClassName
{
color: #CF3089;
}
</style>
background-color css
<style>
a { background-color: #CF3089; }
a { background-color: rgb(207,48,137); }
div.DivClassName
{
background-color: #CF3089;
}
.BgClassName
{
background-color: #CF3089;
}
</style>
border-color css
<style>
span { border-color: #CF3089; }
span { border-color: rgb(207,48,137); }
td.TdClassName
{
border-color: #CF3089;
}
.TagClassName
{
border-color: #CF3089;
}
</style>