Shades of Deep Magenta #C814AD
Tints of Deep Magenta #C814AD
RGB
CMYK
RGB Variations
Color information
#C814AD (or 0xC814AD) is known color: Deep Magenta. HEX triplet: C8, 14 and AD. RGB value is (200,20,173). Sum of RGB (Red+Green+Blue) = 200+20+173=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C814AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C814AD is #37EB52. Grayscale: #5A5A5A. Windows color (decimal): -3664723 or 11343048. OLE color: 11343048.
HSL color Cylindrical-coordinate representation of color #C814AD: hue angle of 309º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C814AD is Cyan = 0, Magento = 0.9, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 20 | 173 | - |
| CMYK | 0 | 0.9 | 0.14 | 0.22 |
| HSL | 309º | 0.82% | 0.43% | - |
| HSV(B) | 309º | 0.9% | 0.78% | - |
| XYZ | 31.61 | 15.8 | 40.92 | - |
| YUV | 91.26 | 174.13 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 173 | 0 | 0.9 | 0.14 | 0.22 | 309 | 0.82 | 0.43 |
| Hex | C8 | 14 | AD | 0 | 5A | E | 16 | 135 | 52 | 2B |
| Octal | 310 | 24 | 255 | 0 | 132 | 16 | 26 | 465 | 122 | 53 |
| Binary | 11001000 | 10100 | 10101101 | 0 | 1011010 | 1110 | 10110 | 100110101 | 1010010 | 101011 |
Color Harmonies of #C814AD
Complementary color
Monochromatic Colors of #C814AD
Black with #C814AD
Text Example
Text Example
White with #C814AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814AD; }
p { color: rgb(200,20,173); }
H1.HeaderClassName
{
color: #C814AD;
}
.AnyTagClassName
{
color: #C814AD;
}
</style>
background-color css
<style>
a { background-color: #C814AD; }
a { background-color: rgb(200,20,173); }
div.DivClassName
{
background-color: #C814AD;
}
.BgClassName
{
background-color: #C814AD;
}
</style>
border-color css
<style>
span { border-color: #C814AD; }
span { border-color: rgb(200,20,173); }
td.TdClassName
{
border-color: #C814AD;
}
.TagClassName
{
border-color: #C814AD;
}
</style>