Shades of Deep Magenta #C71AB8
Tints of Deep Magenta #C71AB8
RGB
CMYK
RGB Variations
Color information
#C71AB8 (or 0xC71AB8) is known color: Deep Magenta. HEX triplet: C7, 1A and B8. RGB value is (199,26,184). Sum of RGB (Red+Green+Blue) = 199+26+184=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C71AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71AB8 is #38E547. Grayscale: #5F5F5F. Windows color (decimal): -3728712 or 12065479. OLE color: 12065479.
HSL color Cylindrical-coordinate representation of color #C71AB8: hue angle of 305.2º 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 #C71AB8 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 184 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.22 |
| HSL | 305.2º | 0.77% | 0.44% | - |
| HSV(B) | 305.2º | 0.87% | 0.78% | - |
| XYZ | 32.57 | 16.34 | 46.78 | - |
| YUV | 95.74 | 177.81 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 184 | 0 | 0.87 | 0.08 | 0.22 | 305.2 | 0.77 | 0.44 |
| Hex | C7 | 1A | B8 | 0 | 57 | 8 | 16 | 131 | 4D | 2C |
| Octal | 307 | 32 | 270 | 0 | 127 | 10 | 26 | 461 | 115 | 54 |
| Binary | 11000111 | 11010 | 10111000 | 0 | 1010111 | 1000 | 10110 | 100110001 | 1001101 | 101100 |
Color Harmonies of #C71AB8
Complementary color
Monochromatic Colors of #C71AB8
Black with #C71AB8
Text Example
Text Example
White with #C71AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71AB8; }
p { color: rgb(199,26,184); }
H1.HeaderClassName
{
color: #C71AB8;
}
.AnyTagClassName
{
color: #C71AB8;
}
</style>
background-color css
<style>
a { background-color: #C71AB8; }
a { background-color: rgb(199,26,184); }
div.DivClassName
{
background-color: #C71AB8;
}
.BgClassName
{
background-color: #C71AB8;
}
</style>
border-color css
<style>
span { border-color: #C71AB8; }
span { border-color: rgb(199,26,184); }
td.TdClassName
{
border-color: #C71AB8;
}
.TagClassName
{
border-color: #C71AB8;
}
</style>