Shades of Deep Magenta #C703A9
Tints of Deep Magenta #C703A9
RGB
CMYK
RGB Variations
Color information
#C703A9 (or 0xC703A9) is known color: Deep Magenta. HEX triplet: C7, 03 and A9. RGB value is (199,3,169). Sum of RGB (Red+Green+Blue) = 199+3+169=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C703A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C703A9 is #38FC56. Grayscale: #505050. Windows color (decimal): -3734615 or 11076551. OLE color: 11076551.
HSL color Cylindrical-coordinate representation of color #C703A9: hue angle of 309.18º 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 #C703A9 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 169 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.22 |
| HSL | 309.18º | 0.97% | 0.4% | - |
| HSV(B) | 309.18º | 0.98% | 0.78% | - |
| XYZ | 30.75 | 15.07 | 38.82 | - |
| YUV | 80.53 | 177.93 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 169 | 0 | 0.98 | 0.15 | 0.22 | 309.18 | 0.97 | 0.4 |
| Hex | C7 | 3 | A9 | 0 | 62 | F | 16 | 135 | 61 | 28 |
| Octal | 307 | 3 | 251 | 0 | 142 | 17 | 26 | 465 | 141 | 50 |
| Binary | 11000111 | 11 | 10101001 | 0 | 1100010 | 1111 | 10110 | 100110101 | 1100001 | 101000 |
Color Harmonies of #C703A9
Complementary color
Monochromatic Colors of #C703A9
Black with #C703A9
Text Example
Text Example
White with #C703A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C703A9; }
p { color: rgb(199,3,169); }
H1.HeaderClassName
{
color: #C703A9;
}
.AnyTagClassName
{
color: #C703A9;
}
</style>
background-color css
<style>
a { background-color: #C703A9; }
a { background-color: rgb(199,3,169); }
div.DivClassName
{
background-color: #C703A9;
}
.BgClassName
{
background-color: #C703A9;
}
</style>
border-color css
<style>
span { border-color: #C703A9; }
span { border-color: rgb(199,3,169); }
td.TdClassName
{
border-color: #C703A9;
}
.TagClassName
{
border-color: #C703A9;
}
</style>