Shades of Deep Magenta #C90ACE
Tints of Deep Magenta #C90ACE
RGB
CMYK
RGB Variations
Color information
#C90ACE (or 0xC90ACE) is known color: Deep Magenta. HEX triplet: C9, 0A and CE. RGB value is (201,10,206). Sum of RGB (Red+Green+Blue) = 201+10+206=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #C90ACE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90ACE is #36F531. Grayscale: #585858. Windows color (decimal): -3601714 or 13503177. OLE color: 13503177.
HSL color Cylindrical-coordinate representation of color #C90ACE: hue angle of 298.47º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90ACE is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 10 | 206 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.19 |
| HSL | 298.47º | 0.91% | 0.42% | - |
| HSV(B) | 298.47º | 0.95% | 0.81% | - |
| XYZ | 35.34 | 17.09 | 59.83 | - |
| YUV | 89.45 | 193.78 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 10 | 206 | 0.02 | 0.95 | 0 | 0.19 | 298.47 | 0.91 | 0.42 |
| Hex | C9 | A | CE | 2 | 5F | 0 | 13 | 12A | 5B | 2A |
| Octal | 311 | 12 | 316 | 2 | 137 | 0 | 23 | 452 | 133 | 52 |
| Binary | 11001001 | 1010 | 11001110 | 10 | 1011111 | 0 | 10011 | 100101010 | 1011011 | 101010 |
Color Harmonies of #C90ACE
Complementary color
Monochromatic Colors of #C90ACE
Black with #C90ACE
Text Example
Text Example
White with #C90ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90ACE; }
p { color: rgb(201,10,206); }
H1.HeaderClassName
{
color: #C90ACE;
}
.AnyTagClassName
{
color: #C90ACE;
}
</style>
background-color css
<style>
a { background-color: #C90ACE; }
a { background-color: rgb(201,10,206); }
div.DivClassName
{
background-color: #C90ACE;
}
.BgClassName
{
background-color: #C90ACE;
}
</style>
border-color css
<style>
span { border-color: #C90ACE; }
span { border-color: rgb(201,10,206); }
td.TdClassName
{
border-color: #C90ACE;
}
.TagClassName
{
border-color: #C90ACE;
}
</style>