Shades of Deep Magenta #C71ABC
Tints of Deep Magenta #C71ABC
RGB
CMYK
RGB Variations
Color information
#C71ABC (or 0xC71ABC) is known color: Deep Magenta. HEX triplet: C7, 1A and BC. RGB value is (199,26,188). Sum of RGB (Red+Green+Blue) = 199+26+188=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 26 (10.55% from 255 or 6.30% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C71ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ABC is #38E543. Grayscale: #5F5F5F. Windows color (decimal): -3728708 or 12327623. OLE color: 12327623.
HSL color Cylindrical-coordinate representation of color #C71ABC: hue angle of 303.82º 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 #C71ABC is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 188 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.22 |
| HSL | 303.82º | 0.77% | 0.44% | - |
| HSV(B) | 303.82º | 0.87% | 0.78% | - |
| XYZ | 33 | 16.51 | 49.02 | - |
| YUV | 96.2 | 179.81 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 188 | 0 | 0.87 | 0.06 | 0.22 | 303.82 | 0.77 | 0.44 |
| Hex | C7 | 1A | BC | 0 | 57 | 6 | 16 | 130 | 4D | 2C |
| Octal | 307 | 32 | 274 | 0 | 127 | 6 | 26 | 460 | 115 | 54 |
| Binary | 11000111 | 11010 | 10111100 | 0 | 1010111 | 110 | 10110 | 100110000 | 1001101 | 101100 |
Color Harmonies of #C71ABC
Complementary color
Monochromatic Colors of #C71ABC
Black with #C71ABC
Text Example
Text Example
White with #C71ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71ABC; }
p { color: rgb(199,26,188); }
H1.HeaderClassName
{
color: #C71ABC;
}
.AnyTagClassName
{
color: #C71ABC;
}
</style>
background-color css
<style>
a { background-color: #C71ABC; }
a { background-color: rgb(199,26,188); }
div.DivClassName
{
background-color: #C71ABC;
}
.BgClassName
{
background-color: #C71ABC;
}
</style>
border-color css
<style>
span { border-color: #C71ABC; }
span { border-color: rgb(199,26,188); }
td.TdClassName
{
border-color: #C71ABC;
}
.TagClassName
{
border-color: #C71ABC;
}
</style>