Shades of Deep Magenta #C90ADC
Tints of Deep Magenta #C90ADC
RGB
CMYK
RGB Variations
Color information
#C90ADC (or 0xC90ADC) is known color: Deep Magenta. HEX triplet: C9, 0A and DC. RGB value is (201,10,220). Sum of RGB (Red+Green+Blue) = 201+10+220=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #C90ADC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90ADC is #36F523. Grayscale: #5A5A5A. Windows color (decimal): -3601700 or 14420681. OLE color: 14420681.
HSL color Cylindrical-coordinate representation of color #C90ADC: hue angle of 294.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90ADC is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 10 | 220 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.14 |
| HSL | 294.57º | 0.91% | 0.45% | - |
| HSV(B) | 294.57º | 0.95% | 0.86% | - |
| XYZ | 37.11 | 17.8 | 69.19 | - |
| YUV | 91.05 | 200.78 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 10 | 220 | 0.09 | 0.95 | 0 | 0.14 | 294.57 | 0.91 | 0.45 |
| Hex | C9 | A | DC | 9 | 5F | 0 | E | 127 | 5B | 2D |
| Octal | 311 | 12 | 334 | 11 | 137 | 0 | 16 | 447 | 133 | 55 |
| Binary | 11001001 | 1010 | 11011100 | 1001 | 1011111 | 0 | 1110 | 100100111 | 1011011 | 101101 |
Color Harmonies of #C90ADC
Complementary color
Monochromatic Colors of #C90ADC
Black with #C90ADC
Text Example
Text Example
White with #C90ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90ADC; }
p { color: rgb(201,10,220); }
H1.HeaderClassName
{
color: #C90ADC;
}
.AnyTagClassName
{
color: #C90ADC;
}
</style>
background-color css
<style>
a { background-color: #C90ADC; }
a { background-color: rgb(201,10,220); }
div.DivClassName
{
background-color: #C90ADC;
}
.BgClassName
{
background-color: #C90ADC;
}
</style>
border-color css
<style>
span { border-color: #C90ADC; }
span { border-color: rgb(201,10,220); }
td.TdClassName
{
border-color: #C90ADC;
}
.TagClassName
{
border-color: #C90ADC;
}
</style>