Shades of Deep Magenta #C71ABF
Tints of Deep Magenta #C71ABF
RGB
CMYK
RGB Variations
Color information
#C71ABF (or 0xC71ABF) is known color: Deep Magenta. HEX triplet: C7, 1A and BF. RGB value is (199,26,191). Sum of RGB (Red+Green+Blue) = 199+26+191=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C71ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ABF is #38E540. Grayscale: #606060. Windows color (decimal): -3728705 or 12524231. OLE color: 12524231.
HSL color Cylindrical-coordinate representation of color #C71ABF: hue angle of 302.77º 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 #C71ABF is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 191 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.22 |
| HSL | 302.77º | 0.77% | 0.44% | - |
| HSV(B) | 302.77º | 0.87% | 0.78% | - |
| XYZ | 33.33 | 16.64 | 50.75 | - |
| YUV | 96.54 | 181.31 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 191 | 0 | 0.87 | 0.04 | 0.22 | 302.77 | 0.77 | 0.44 |
| Hex | C7 | 1A | BF | 0 | 57 | 4 | 16 | 12F | 4D | 2C |
| Octal | 307 | 32 | 277 | 0 | 127 | 4 | 26 | 457 | 115 | 54 |
| Binary | 11000111 | 11010 | 10111111 | 0 | 1010111 | 100 | 10110 | 100101111 | 1001101 | 101100 |
Color Harmonies of #C71ABF
Complementary color
Monochromatic Colors of #C71ABF
Black with #C71ABF
Text Example
Text Example
White with #C71ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71ABF; }
p { color: rgb(199,26,191); }
H1.HeaderClassName
{
color: #C71ABF;
}
.AnyTagClassName
{
color: #C71ABF;
}
</style>
background-color css
<style>
a { background-color: #C71ABF; }
a { background-color: rgb(199,26,191); }
div.DivClassName
{
background-color: #C71ABF;
}
.BgClassName
{
background-color: #C71ABF;
}
</style>
border-color css
<style>
span { border-color: #C71ABF; }
span { border-color: rgb(199,26,191); }
td.TdClassName
{
border-color: #C71ABF;
}
.TagClassName
{
border-color: #C71ABF;
}
</style>