Shades of Deep Magenta #C912AF
Tints of Deep Magenta #C912AF
RGB
CMYK
RGB Variations
Color information
#C912AF (or 0xC912AF) is known color: Deep Magenta. HEX triplet: C9, 12 and AF. RGB value is (201,18,175). Sum of RGB (Red+Green+Blue) = 201+18+175=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C912AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C912AF is #36ED50. Grayscale: #5A5A5A. Windows color (decimal): -3599697 or 11473609. OLE color: 11473609.
HSL color Cylindrical-coordinate representation of color #C912AF: hue angle of 308.52º 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 #C912AF is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 175 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.21 |
| HSL | 308.52º | 0.84% | 0.43% | - |
| HSV(B) | 308.52º | 0.91% | 0.79% | - |
| XYZ | 32.04 | 15.95 | 41.95 | - |
| YUV | 90.62 | 175.63 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 175 | 0 | 0.91 | 0.13 | 0.21 | 308.52 | 0.84 | 0.43 |
| Hex | C9 | 12 | AF | 0 | 5B | D | 15 | 135 | 54 | 2B |
| Octal | 311 | 22 | 257 | 0 | 133 | 15 | 25 | 465 | 124 | 53 |
| Binary | 11001001 | 10010 | 10101111 | 0 | 1011011 | 1101 | 10101 | 100110101 | 1010100 | 101011 |
Color Harmonies of #C912AF
Complementary color
Monochromatic Colors of #C912AF
Black with #C912AF
Text Example
Text Example
White with #C912AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C912AF; }
p { color: rgb(201,18,175); }
H1.HeaderClassName
{
color: #C912AF;
}
.AnyTagClassName
{
color: #C912AF;
}
</style>
background-color css
<style>
a { background-color: #C912AF; }
a { background-color: rgb(201,18,175); }
div.DivClassName
{
background-color: #C912AF;
}
.BgClassName
{
background-color: #C912AF;
}
</style>
border-color css
<style>
span { border-color: #C912AF; }
span { border-color: rgb(201,18,175); }
td.TdClassName
{
border-color: #C912AF;
}
.TagClassName
{
border-color: #C912AF;
}
</style>