Shades of Deep Magenta #C701AB
Tints of Deep Magenta #C701AB
RGB
CMYK
RGB Variations
Color information
#C701AB (or 0xC701AB) is known color: Deep Magenta. HEX triplet: C7, 01 and AB. RGB value is (199,1,171). Sum of RGB (Red+Green+Blue) = 199+1+171=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C701AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C701AB is #38FE54. Grayscale: #4F4F4F. Windows color (decimal): -3735125 or 11207111. OLE color: 11207111.
HSL color Cylindrical-coordinate representation of color #C701AB: hue angle of 308.48º 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 #C701AB is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 171 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.22 |
| HSL | 308.48º | 0.99% | 0.39% | - |
| HSV(B) | 308.48º | 0.99% | 0.78% | - |
| XYZ | 30.91 | 15.1 | 39.81 | - |
| YUV | 79.58 | 179.6 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 171 | 0 | 0.99 | 0.14 | 0.22 | 308.48 | 0.99 | 0.39 |
| Hex | C7 | 1 | AB | 0 | 63 | E | 16 | 134 | 63 | 27 |
| Octal | 307 | 1 | 253 | 0 | 143 | 16 | 26 | 464 | 143 | 47 |
| Binary | 11000111 | 1 | 10101011 | 0 | 1100011 | 1110 | 10110 | 100110100 | 1100011 | 100111 |
Color Harmonies of #C701AB
Complementary color
Monochromatic Colors of #C701AB
Black with #C701AB
Text Example
Text Example
White with #C701AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701AB; }
p { color: rgb(199,1,171); }
H1.HeaderClassName
{
color: #C701AB;
}
.AnyTagClassName
{
color: #C701AB;
}
</style>
background-color css
<style>
a { background-color: #C701AB; }
a { background-color: rgb(199,1,171); }
div.DivClassName
{
background-color: #C701AB;
}
.BgClassName
{
background-color: #C701AB;
}
</style>
border-color css
<style>
span { border-color: #C701AB; }
span { border-color: rgb(199,1,171); }
td.TdClassName
{
border-color: #C701AB;
}
.TagClassName
{
border-color: #C701AB;
}
</style>