Shades of Deep Magenta #C912AD
Tints of Deep Magenta #C912AD
RGB
CMYK
RGB Variations
Color information
#C912AD (or 0xC912AD) is known color: Deep Magenta. HEX triplet: C9, 12 and AD. RGB value is (201,18,173). Sum of RGB (Red+Green+Blue) = 201+18+173=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C912AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C912AD is #36ED52. Grayscale: #595959. Windows color (decimal): -3599699 or 11342537. OLE color: 11342537.
HSL color Cylindrical-coordinate representation of color #C912AD: hue angle of 309.18º 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 #C912AD is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 173 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.21 |
| HSL | 309.18º | 0.84% | 0.43% | - |
| HSV(B) | 309.18º | 0.91% | 0.79% | - |
| XYZ | 31.85 | 15.87 | 40.92 | - |
| YUV | 90.39 | 174.63 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 173 | 0 | 0.91 | 0.14 | 0.21 | 309.18 | 0.84 | 0.43 |
| Hex | C9 | 12 | AD | 0 | 5B | E | 15 | 135 | 54 | 2B |
| Octal | 311 | 22 | 255 | 0 | 133 | 16 | 25 | 465 | 124 | 53 |
| Binary | 11001001 | 10010 | 10101101 | 0 | 1011011 | 1110 | 10101 | 100110101 | 1010100 | 101011 |
Color Harmonies of #C912AD
Complementary color
Monochromatic Colors of #C912AD
Black with #C912AD
Text Example
Text Example
White with #C912AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C912AD; }
p { color: rgb(201,18,173); }
H1.HeaderClassName
{
color: #C912AD;
}
.AnyTagClassName
{
color: #C912AD;
}
</style>
background-color css
<style>
a { background-color: #C912AD; }
a { background-color: rgb(201,18,173); }
div.DivClassName
{
background-color: #C912AD;
}
.BgClassName
{
background-color: #C912AD;
}
</style>
border-color css
<style>
span { border-color: #C912AD; }
span { border-color: rgb(201,18,173); }
td.TdClassName
{
border-color: #C912AD;
}
.TagClassName
{
border-color: #C912AD;
}
</style>