Shades of Deep Magenta #C71AB4
Tints of Deep Magenta #C71AB4
RGB
CMYK
RGB Variations
Color information
#C71AB4 (or 0xC71AB4) is known color: Deep Magenta. HEX triplet: C7, 1A and B4. RGB value is (199,26,180). Sum of RGB (Red+Green+Blue) = 199+26+180=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C71AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71AB4 is #38E54B. Grayscale: #5E5E5E. Windows color (decimal): -3728716 or 11803335. OLE color: 11803335.
HSL color Cylindrical-coordinate representation of color #C71AB4: hue angle of 306.59º 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 #C71AB4 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 180 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.22 |
| HSL | 306.59º | 0.77% | 0.44% | - |
| HSV(B) | 306.59º | 0.87% | 0.78% | - |
| XYZ | 32.16 | 16.18 | 44.61 | - |
| YUV | 95.28 | 175.81 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 180 | 0 | 0.87 | 0.10 | 0.22 | 306.59 | 0.77 | 0.44 |
| Hex | C7 | 1A | B4 | 0 | 57 | A | 16 | 133 | 4D | 2C |
| Octal | 307 | 32 | 264 | 0 | 127 | 12 | 26 | 463 | 115 | 54 |
| Binary | 11000111 | 11010 | 10110100 | 0 | 1010111 | 1010 | 10110 | 100110011 | 1001101 | 101100 |
Color Harmonies of #C71AB4
Complementary color
Monochromatic Colors of #C71AB4
Black with #C71AB4
Text Example
Text Example
White with #C71AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71AB4; }
p { color: rgb(199,26,180); }
H1.HeaderClassName
{
color: #C71AB4;
}
.AnyTagClassName
{
color: #C71AB4;
}
</style>
background-color css
<style>
a { background-color: #C71AB4; }
a { background-color: rgb(199,26,180); }
div.DivClassName
{
background-color: #C71AB4;
}
.BgClassName
{
background-color: #C71AB4;
}
</style>
border-color css
<style>
span { border-color: #C71AB4; }
span { border-color: rgb(199,26,180); }
td.TdClassName
{
border-color: #C71AB4;
}
.TagClassName
{
border-color: #C71AB4;
}
</style>