Shades of Deep Magenta #C90FAA
Tints of Deep Magenta #C90FAA
RGB
CMYK
RGB Variations
Color information
#C90FAA (or 0xC90FAA) is known color: Deep Magenta. HEX triplet: C9, 0F and AA. RGB value is (201,15,170). Sum of RGB (Red+Green+Blue) = 201+15+170=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90FAA is #36F055. Grayscale: #575757. Windows color (decimal): -3600470 or 11145161. OLE color: 11145161.
HSL color Cylindrical-coordinate representation of color #C90FAA: hue angle of 310º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C90FAA is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 170 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.21 |
| HSL | 310º | 0.86% | 0.42% | - |
| HSV(B) | 310º | 0.93% | 0.79% | - |
| XYZ | 31.51 | 15.66 | 39.39 | - |
| YUV | 88.28 | 174.12 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 170 | 0 | 0.93 | 0.15 | 0.21 | 310 | 0.86 | 0.42 |
| Hex | C9 | F | AA | 0 | 5D | F | 15 | 136 | 56 | 2A |
| Octal | 311 | 17 | 252 | 0 | 135 | 17 | 25 | 466 | 126 | 52 |
| Binary | 11001001 | 1111 | 10101010 | 0 | 1011101 | 1111 | 10101 | 100110110 | 1010110 | 101010 |
Color Harmonies of #C90FAA
Complementary color
Monochromatic Colors of #C90FAA
Black with #C90FAA
Text Example
Text Example
White with #C90FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90FAA; }
p { color: rgb(201,15,170); }
H1.HeaderClassName
{
color: #C90FAA;
}
.AnyTagClassName
{
color: #C90FAA;
}
</style>
background-color css
<style>
a { background-color: #C90FAA; }
a { background-color: rgb(201,15,170); }
div.DivClassName
{
background-color: #C90FAA;
}
.BgClassName
{
background-color: #C90FAA;
}
</style>
border-color css
<style>
span { border-color: #C90FAA; }
span { border-color: rgb(201,15,170); }
td.TdClassName
{
border-color: #C90FAA;
}
.TagClassName
{
border-color: #C90FAA;
}
</style>