Shades of Deep Magenta #C91ECC
Tints of Deep Magenta #C91ECC
RGB
CMYK
RGB Variations
Color information
#C91ECC (or 0xC91ECC) is known color: Deep Magenta. HEX triplet: C9, 1E and CC. RGB value is (201,30,204). Sum of RGB (Red+Green+Blue) = 201+30+204=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #C91ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91ECC is #36E133. Grayscale: #646464. Windows color (decimal): -3596596 or 13377225. OLE color: 13377225.
HSL color Cylindrical-coordinate representation of color #C91ECC: hue angle of 298.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C91ECC is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 30 | 204 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.2 |
| HSL | 298.97º | 0.74% | 0.46% | - |
| HSV(B) | 298.97º | 0.85% | 0.8% | - |
| XYZ | 35.45 | 17.71 | 58.68 | - |
| YUV | 100.97 | 186.15 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 30 | 204 | 0.01 | 0.85 | 0 | 0.2 | 298.97 | 0.74 | 0.46 |
| Hex | C9 | 1E | CC | 1 | 55 | 0 | 14 | 12B | 4A | 2E |
| Octal | 311 | 36 | 314 | 1 | 125 | 0 | 24 | 453 | 112 | 56 |
| Binary | 11001001 | 11110 | 11001100 | 1 | 1010101 | 0 | 10100 | 100101011 | 1001010 | 101110 |
Color Harmonies of #C91ECC
Complementary color
Monochromatic Colors of #C91ECC
Black with #C91ECC
Text Example
Text Example
White with #C91ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91ECC; }
p { color: rgb(201,30,204); }
H1.HeaderClassName
{
color: #C91ECC;
}
.AnyTagClassName
{
color: #C91ECC;
}
</style>
background-color css
<style>
a { background-color: #C91ECC; }
a { background-color: rgb(201,30,204); }
div.DivClassName
{
background-color: #C91ECC;
}
.BgClassName
{
background-color: #C91ECC;
}
</style>
border-color css
<style>
span { border-color: #C91ECC; }
span { border-color: rgb(201,30,204); }
td.TdClassName
{
border-color: #C91ECC;
}
.TagClassName
{
border-color: #C91ECC;
}
</style>