Shades of Deep Magenta #C90ECC
Tints of Deep Magenta #C90ECC
RGB
CMYK
RGB Variations
Color information
#C90ECC (or 0xC90ECC) is known color: Deep Magenta. HEX triplet: C9, 0E and CC. RGB value is (201,14,204). Sum of RGB (Red+Green+Blue) = 201+14+204=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #C90ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90ECC is #36F133. Grayscale: #5B5B5B. Windows color (decimal): -3600692 or 13373129. OLE color: 13373129.
HSL color Cylindrical-coordinate representation of color #C90ECC: hue angle of 299.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90ECC is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 14 | 204 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.2 |
| HSL | 299.05º | 0.87% | 0.43% | - |
| HSV(B) | 299.05º | 0.93% | 0.8% | - |
| XYZ | 35.14 | 17.09 | 58.57 | - |
| YUV | 91.57 | 191.45 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 14 | 204 | 0.01 | 0.93 | 0 | 0.2 | 299.05 | 0.87 | 0.43 |
| Hex | C9 | E | CC | 1 | 5D | 0 | 14 | 12B | 57 | 2B |
| Octal | 311 | 16 | 314 | 1 | 135 | 0 | 24 | 453 | 127 | 53 |
| Binary | 11001001 | 1110 | 11001100 | 1 | 1011101 | 0 | 10100 | 100101011 | 1010111 | 101011 |
Color Harmonies of #C90ECC
Complementary color
Monochromatic Colors of #C90ECC
Black with #C90ECC
Text Example
Text Example
White with #C90ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90ECC; }
p { color: rgb(201,14,204); }
H1.HeaderClassName
{
color: #C90ECC;
}
.AnyTagClassName
{
color: #C90ECC;
}
</style>
background-color css
<style>
a { background-color: #C90ECC; }
a { background-color: rgb(201,14,204); }
div.DivClassName
{
background-color: #C90ECC;
}
.BgClassName
{
background-color: #C90ECC;
}
</style>
border-color css
<style>
span { border-color: #C90ECC; }
span { border-color: rgb(201,14,204); }
td.TdClassName
{
border-color: #C90ECC;
}
.TagClassName
{
border-color: #C90ECC;
}
</style>