Shades of Deep Magenta #C914AD
Tints of Deep Magenta #C914AD
RGB
CMYK
RGB Variations
Color information
#C914AD (or 0xC914AD) is known color: Deep Magenta. HEX triplet: C9, 14 and AD. RGB value is (201,20,173). Sum of RGB (Red+Green+Blue) = 201+20+173=394 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.02% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 201 - color contains mainly: red. Hex color #C914AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C914AD is #36EB52. Grayscale: #5B5B5B. Windows color (decimal): -3599187 or 11343049. OLE color: 11343049.
HSL color Cylindrical-coordinate representation of color #C914AD: hue angle of 309.28º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C914AD is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 173 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.21 |
| HSL | 309.28º | 0.82% | 0.43% | - |
| HSV(B) | 309.28º | 0.9% | 0.79% | - |
| XYZ | 31.88 | 15.93 | 40.93 | - |
| YUV | 91.56 | 173.97 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 173 | 0 | 0.90 | 0.14 | 0.21 | 309.28 | 0.82 | 0.43 |
| Hex | C9 | 14 | AD | 0 | 5A | E | 15 | 135 | 52 | 2B |
| Octal | 311 | 24 | 255 | 0 | 132 | 16 | 25 | 465 | 122 | 53 |
| Binary | 11001001 | 10100 | 10101101 | 0 | 1011010 | 1110 | 10101 | 100110101 | 1010010 | 101011 |
Color Harmonies of #C914AD
Complementary color
Monochromatic Colors of #C914AD
Black with #C914AD
Text Example
Text Example
White with #C914AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C914AD; }
p { color: rgb(201,20,173); }
H1.HeaderClassName
{
color: #C914AD;
}
.AnyTagClassName
{
color: #C914AD;
}
</style>
background-color css
<style>
a { background-color: #C914AD; }
a { background-color: rgb(201,20,173); }
div.DivClassName
{
background-color: #C914AD;
}
.BgClassName
{
background-color: #C914AD;
}
</style>
border-color css
<style>
span { border-color: #C914AD; }
span { border-color: rgb(201,20,173); }
td.TdClassName
{
border-color: #C914AD;
}
.TagClassName
{
border-color: #C914AD;
}
</style>