Shades of Deep Magenta #C912AC
Tints of Deep Magenta #C912AC
RGB
CMYK
RGB Variations
Color information
#C912AC (or 0xC912AC) is known color: Deep Magenta. HEX triplet: C9, 12 and AC. RGB value is (201,18,172). Sum of RGB (Red+Green+Blue) = 201+18+172=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C912AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C912AC is #36ED53. Grayscale: #595959. Windows color (decimal): -3599700 or 11277001. OLE color: 11277001.
HSL color Cylindrical-coordinate representation of color #C912AC: hue angle of 309.51º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C912AC is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 172 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.21 |
| HSL | 309.51º | 0.84% | 0.43% | - |
| HSV(B) | 309.51º | 0.91% | 0.79% | - |
| XYZ | 31.75 | 15.83 | 40.41 | - |
| YUV | 90.27 | 174.13 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 172 | 0 | 0.91 | 0.14 | 0.21 | 309.51 | 0.84 | 0.43 |
| Hex | C9 | 12 | AC | 0 | 5B | E | 15 | 136 | 54 | 2B |
| Octal | 311 | 22 | 254 | 0 | 133 | 16 | 25 | 466 | 124 | 53 |
| Binary | 11001001 | 10010 | 10101100 | 0 | 1011011 | 1110 | 10101 | 100110110 | 1010100 | 101011 |
Color Harmonies of #C912AC
Complementary color
Monochromatic Colors of #C912AC
Black with #C912AC
Text Example
Text Example
White with #C912AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C912AC; }
p { color: rgb(201,18,172); }
H1.HeaderClassName
{
color: #C912AC;
}
.AnyTagClassName
{
color: #C912AC;
}
</style>
background-color css
<style>
a { background-color: #C912AC; }
a { background-color: rgb(201,18,172); }
div.DivClassName
{
background-color: #C912AC;
}
.BgClassName
{
background-color: #C912AC;
}
</style>
border-color css
<style>
span { border-color: #C912AC; }
span { border-color: rgb(201,18,172); }
td.TdClassName
{
border-color: #C912AC;
}
.TagClassName
{
border-color: #C912AC;
}
</style>