Shades of Deep Magenta #C701AA
Tints of Deep Magenta #C701AA
RGB
CMYK
RGB Variations
Color information
#C701AA (or 0xC701AA) is known color: Deep Magenta. HEX triplet: C7, 01 and AA. RGB value is (199,1,170). Sum of RGB (Red+Green+Blue) = 199+1+170=370 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.78% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 199 - color contains mainly: red. Hex color #C701AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C701AA is #38FE55. Grayscale: #4E4E4E. Windows color (decimal): -3735126 or 11141575. OLE color: 11141575.
HSL color Cylindrical-coordinate representation of color #C701AA: hue angle of 308.79º degrees, saturation: 0.99, 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 #C701AA is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 170 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.22 |
| HSL | 308.79º | 0.99% | 0.39% | - |
| HSV(B) | 308.79º | 0.99% | 0.78% | - |
| XYZ | 30.82 | 15.07 | 39.31 | - |
| YUV | 79.47 | 179.1 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 170 | 0 | 0.99 | 0.15 | 0.22 | 308.79 | 0.99 | 0.39 |
| Hex | C7 | 1 | AA | 0 | 63 | F | 16 | 135 | 63 | 27 |
| Octal | 307 | 1 | 252 | 0 | 143 | 17 | 26 | 465 | 143 | 47 |
| Binary | 11000111 | 1 | 10101010 | 0 | 1100011 | 1111 | 10110 | 100110101 | 1100011 | 100111 |
Color Harmonies of #C701AA
Complementary color
Monochromatic Colors of #C701AA
Black with #C701AA
Text Example
Text Example
White with #C701AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701AA; }
p { color: rgb(199,1,170); }
H1.HeaderClassName
{
color: #C701AA;
}
.AnyTagClassName
{
color: #C701AA;
}
</style>
background-color css
<style>
a { background-color: #C701AA; }
a { background-color: rgb(199,1,170); }
div.DivClassName
{
background-color: #C701AA;
}
.BgClassName
{
background-color: #C701AA;
}
</style>
border-color css
<style>
span { border-color: #C701AA; }
span { border-color: rgb(199,1,170); }
td.TdClassName
{
border-color: #C701AA;
}
.TagClassName
{
border-color: #C701AA;
}
</style>