Shades of Deep Magenta #C913AD
Tints of Deep Magenta #C913AD
RGB
CMYK
RGB Variations
Color information
#C913AD (or 0xC913AD) is known color: Deep Magenta. HEX triplet: C9, 13 and AD. RGB value is (201,19,173). Sum of RGB (Red+Green+Blue) = 201+19+173=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 19 (7.81% from 255 or 4.83% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C913AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C913AD is #36EC52. Grayscale: #5A5A5A. Windows color (decimal): -3599443 or 11342793. OLE color: 11342793.
HSL color Cylindrical-coordinate representation of color #C913AD: hue angle of 309.23º degrees, saturation: 0.83, 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 #C913AD is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 19 | 173 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.21 |
| HSL | 309.23º | 0.83% | 0.43% | - |
| HSV(B) | 309.23º | 0.91% | 0.79% | - |
| XYZ | 31.86 | 15.9 | 40.92 | - |
| YUV | 90.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 173 | 0 | 0.91 | 0.14 | 0.21 | 309.23 | 0.83 | 0.43 |
| Hex | C9 | 13 | AD | 0 | 5B | E | 15 | 135 | 53 | 2B |
| Octal | 311 | 23 | 255 | 0 | 133 | 16 | 25 | 465 | 123 | 53 |
| Binary | 11001001 | 10011 | 10101101 | 0 | 1011011 | 1110 | 10101 | 100110101 | 1010011 | 101011 |
Color Harmonies of #C913AD
Complementary color
Monochromatic Colors of #C913AD
Black with #C913AD
Text Example
Text Example
White with #C913AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C913AD; }
p { color: rgb(201,19,173); }
H1.HeaderClassName
{
color: #C913AD;
}
.AnyTagClassName
{
color: #C913AD;
}
</style>
background-color css
<style>
a { background-color: #C913AD; }
a { background-color: rgb(201,19,173); }
div.DivClassName
{
background-color: #C913AD;
}
.BgClassName
{
background-color: #C913AD;
}
</style>
border-color css
<style>
span { border-color: #C913AD; }
span { border-color: rgb(201,19,173); }
td.TdClassName
{
border-color: #C913AD;
}
.TagClassName
{
border-color: #C913AD;
}
</style>