Shades of Deep Magenta #C703AD
Tints of Deep Magenta #C703AD
RGB
CMYK
RGB Variations
Color information
#C703AD (or 0xC703AD) is known color: Deep Magenta. HEX triplet: C7, 03 and AD. RGB value is (199,3,173). Sum of RGB (Red+Green+Blue) = 199+3+173=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C703AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C703AD is #38FC52. Grayscale: #505050. Windows color (decimal): -3734611 or 11338695. OLE color: 11338695.
HSL color Cylindrical-coordinate representation of color #C703AD: hue angle of 307.96º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C703AD is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 173 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.22 |
| HSL | 307.96º | 0.97% | 0.4% | - |
| HSV(B) | 307.96º | 0.98% | 0.78% | - |
| XYZ | 31.13 | 15.22 | 40.83 | - |
| YUV | 80.98 | 179.93 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 173 | 0 | 0.98 | 0.13 | 0.22 | 307.96 | 0.97 | 0.4 |
| Hex | C7 | 3 | AD | 0 | 62 | D | 16 | 134 | 61 | 28 |
| Octal | 307 | 3 | 255 | 0 | 142 | 15 | 26 | 464 | 141 | 50 |
| Binary | 11000111 | 11 | 10101101 | 0 | 1100010 | 1101 | 10110 | 100110100 | 1100001 | 101000 |
Color Harmonies of #C703AD
Complementary color
Monochromatic Colors of #C703AD
Black with #C703AD
Text Example
Text Example
White with #C703AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C703AD; }
p { color: rgb(199,3,173); }
H1.HeaderClassName
{
color: #C703AD;
}
.AnyTagClassName
{
color: #C703AD;
}
</style>
background-color css
<style>
a { background-color: #C703AD; }
a { background-color: rgb(199,3,173); }
div.DivClassName
{
background-color: #C703AD;
}
.BgClassName
{
background-color: #C703AD;
}
</style>
border-color css
<style>
span { border-color: #C703AD; }
span { border-color: rgb(199,3,173); }
td.TdClassName
{
border-color: #C703AD;
}
.TagClassName
{
border-color: #C703AD;
}
</style>