Shades of Deep Magenta #C71ABA
Tints of Deep Magenta #C71ABA
RGB
CMYK
RGB Variations
Color information
#C71ABA (or 0xC71ABA) is known color: Deep Magenta. HEX triplet: C7, 1A and BA. RGB value is (199,26,186). Sum of RGB (Red+Green+Blue) = 199+26+186=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C71ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ABA is #38E545. Grayscale: #5F5F5F. Windows color (decimal): -3728710 or 12196551. OLE color: 12196551.
HSL color Cylindrical-coordinate representation of color #C71ABA: hue angle of 304.51º 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 #C71ABA is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 186 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.22 |
| HSL | 304.51º | 0.77% | 0.44% | - |
| HSV(B) | 304.51º | 0.87% | 0.78% | - |
| XYZ | 32.79 | 16.43 | 47.9 | - |
| YUV | 95.97 | 178.81 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 186 | 0 | 0.87 | 0.07 | 0.22 | 304.51 | 0.77 | 0.44 |
| Hex | C7 | 1A | BA | 0 | 57 | 7 | 16 | 131 | 4D | 2C |
| Octal | 307 | 32 | 272 | 0 | 127 | 7 | 26 | 461 | 115 | 54 |
| Binary | 11000111 | 11010 | 10111010 | 0 | 1010111 | 111 | 10110 | 100110001 | 1001101 | 101100 |
Color Harmonies of #C71ABA
Complementary color
Monochromatic Colors of #C71ABA
Black with #C71ABA
Text Example
Text Example
White with #C71ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71ABA; }
p { color: rgb(199,26,186); }
H1.HeaderClassName
{
color: #C71ABA;
}
.AnyTagClassName
{
color: #C71ABA;
}
</style>
background-color css
<style>
a { background-color: #C71ABA; }
a { background-color: rgb(199,26,186); }
div.DivClassName
{
background-color: #C71ABA;
}
.BgClassName
{
background-color: #C71ABA;
}
</style>
border-color css
<style>
span { border-color: #C71ABA; }
span { border-color: rgb(199,26,186); }
td.TdClassName
{
border-color: #C71ABA;
}
.TagClassName
{
border-color: #C71ABA;
}
</style>