Shades of Deep Magenta #C71AC2
Tints of Deep Magenta #C71AC2
RGB
CMYK
RGB Variations
Color information
#C71AC2 (or 0xC71AC2) is known color: Deep Magenta. HEX triplet: C7, 1A and C2. RGB value is (199,26,194). Sum of RGB (Red+Green+Blue) = 199+26+194=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C71AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71AC2 is #38E53D. Grayscale: #606060. Windows color (decimal): -3728702 or 12720839. OLE color: 12720839.
HSL color Cylindrical-coordinate representation of color #C71AC2: hue angle of 301.73º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71AC2 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 194 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.22 |
| HSL | 301.73º | 0.77% | 0.44% | - |
| HSV(B) | 301.73º | 0.87% | 0.78% | - |
| XYZ | 33.66 | 16.78 | 52.5 | - |
| YUV | 96.88 | 182.81 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 194 | 0 | 0.87 | 0.03 | 0.22 | 301.73 | 0.77 | 0.44 |
| Hex | C7 | 1A | C2 | 0 | 57 | 3 | 16 | 12E | 4D | 2C |
| Octal | 307 | 32 | 302 | 0 | 127 | 3 | 26 | 456 | 115 | 54 |
| Binary | 11000111 | 11010 | 11000010 | 0 | 1010111 | 11 | 10110 | 100101110 | 1001101 | 101100 |
Color Harmonies of #C71AC2
Complementary color
Monochromatic Colors of #C71AC2
Black with #C71AC2
Text Example
Text Example
White with #C71AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71AC2; }
p { color: rgb(199,26,194); }
H1.HeaderClassName
{
color: #C71AC2;
}
.AnyTagClassName
{
color: #C71AC2;
}
</style>
background-color css
<style>
a { background-color: #C71AC2; }
a { background-color: rgb(199,26,194); }
div.DivClassName
{
background-color: #C71AC2;
}
.BgClassName
{
background-color: #C71AC2;
}
</style>
border-color css
<style>
span { border-color: #C71AC2; }
span { border-color: rgb(199,26,194); }
td.TdClassName
{
border-color: #C71AC2;
}
.TagClassName
{
border-color: #C71AC2;
}
</style>