Shades of Deep Magenta #C702AA
Tints of Deep Magenta #C702AA
RGB
CMYK
RGB Variations
Color information
#C702AA (or 0xC702AA) is known color: Deep Magenta. HEX triplet: C7, 02 and AA. RGB value is (199,2,170). Sum of RGB (Red+Green+Blue) = 199+2+170=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C702AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C702AA is #38FD55. Grayscale: #4F4F4F. Windows color (decimal): -3734870 or 11141831. OLE color: 11141831.
HSL color Cylindrical-coordinate representation of color #C702AA: hue angle of 308.83º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702AA is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 170 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.22 |
| HSL | 308.83º | 0.98% | 0.39% | - |
| HSV(B) | 308.83º | 0.99% | 0.78% | - |
| XYZ | 30.83 | 15.09 | 39.32 | - |
| YUV | 80.06 | 178.77 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 170 | 0 | 0.99 | 0.15 | 0.22 | 308.83 | 0.98 | 0.39 |
| Hex | C7 | 2 | AA | 0 | 63 | F | 16 | 135 | 62 | 27 |
| Octal | 307 | 2 | 252 | 0 | 143 | 17 | 26 | 465 | 142 | 47 |
| Binary | 11000111 | 10 | 10101010 | 0 | 1100011 | 1111 | 10110 | 100110101 | 1100010 | 100111 |
Color Harmonies of #C702AA
Complementary color
Monochromatic Colors of #C702AA
Black with #C702AA
Text Example
Text Example
White with #C702AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702AA; }
p { color: rgb(199,2,170); }
H1.HeaderClassName
{
color: #C702AA;
}
.AnyTagClassName
{
color: #C702AA;
}
</style>
background-color css
<style>
a { background-color: #C702AA; }
a { background-color: rgb(199,2,170); }
div.DivClassName
{
background-color: #C702AA;
}
.BgClassName
{
background-color: #C702AA;
}
</style>
border-color css
<style>
span { border-color: #C702AA; }
span { border-color: rgb(199,2,170); }
td.TdClassName
{
border-color: #C702AA;
}
.TagClassName
{
border-color: #C702AA;
}
</style>