Shades of Deep Magenta #C90FAC
Tints of Deep Magenta #C90FAC
RGB
CMYK
RGB Variations
Color information
#C90FAC (or 0xC90FAC) is known color: Deep Magenta. HEX triplet: C9, 0F and AC. RGB value is (201,15,172). Sum of RGB (Red+Green+Blue) = 201+15+172=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C90FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90FAC is #36F053. Grayscale: #585858. Windows color (decimal): -3600468 or 11276233. OLE color: 11276233.
HSL color Cylindrical-coordinate representation of color #C90FAC: hue angle of 309.35º 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 #C90FAC is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 15 | 172 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.21 |
| HSL | 309.35º | 0.86% | 0.42% | - |
| HSV(B) | 309.35º | 0.93% | 0.79% | - |
| XYZ | 31.7 | 15.74 | 40.4 | - |
| YUV | 88.51 | 175.12 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 15 | 172 | 0 | 0.93 | 0.14 | 0.21 | 309.35 | 0.86 | 0.42 |
| Hex | C9 | F | AC | 0 | 5D | E | 15 | 135 | 56 | 2A |
| Octal | 311 | 17 | 254 | 0 | 135 | 16 | 25 | 465 | 126 | 52 |
| Binary | 11001001 | 1111 | 10101100 | 0 | 1011101 | 1110 | 10101 | 100110101 | 1010110 | 101010 |
Color Harmonies of #C90FAC
Complementary color
Monochromatic Colors of #C90FAC
Black with #C90FAC
Text Example
Text Example
White with #C90FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90FAC; }
p { color: rgb(201,15,172); }
H1.HeaderClassName
{
color: #C90FAC;
}
.AnyTagClassName
{
color: #C90FAC;
}
</style>
background-color css
<style>
a { background-color: #C90FAC; }
a { background-color: rgb(201,15,172); }
div.DivClassName
{
background-color: #C90FAC;
}
.BgClassName
{
background-color: #C90FAC;
}
</style>
border-color css
<style>
span { border-color: #C90FAC; }
span { border-color: rgb(201,15,172); }
td.TdClassName
{
border-color: #C90FAC;
}
.TagClassName
{
border-color: #C90FAC;
}
</style>