Shades of Deep Magenta #C71BDA
Tints of Deep Magenta #C71BDA
RGB
CMYK
RGB Variations
Color information
#C71BDA (or 0xC71BDA) is known color: Deep Magenta. HEX triplet: C7, 1B and DA. RGB value is (199,27,218). Sum of RGB (Red+Green+Blue) = 199+27+218=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 27 (10.94% from 255 or 6.08% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #C71BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BDA is #38E425. Grayscale: #636363. Windows color (decimal): -3728422 or 14293959. OLE color: 14293959.
HSL color Cylindrical-coordinate representation of color #C71BDA: hue angle of 294.03º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71BDA is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 27 | 218 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.15 |
| HSL | 294.03º | 0.78% | 0.48% | - |
| HSV(B) | 294.03º | 0.88% | 0.85% | - |
| XYZ | 36.6 | 17.99 | 67.87 | - |
| YUV | 100.2 | 194.48 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 218 | 0.09 | 0.88 | 0 | 0.15 | 294.03 | 0.78 | 0.48 |
| Hex | C7 | 1B | DA | 9 | 58 | 0 | F | 126 | 4E | 30 |
| Octal | 307 | 33 | 332 | 11 | 130 | 0 | 17 | 446 | 116 | 60 |
| Binary | 11000111 | 11011 | 11011010 | 1001 | 1011000 | 0 | 1111 | 100100110 | 1001110 | 110000 |
Color Harmonies of #C71BDA
Complementary color
Monochromatic Colors of #C71BDA
Black with #C71BDA
Text Example
Text Example
White with #C71BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BDA; }
p { color: rgb(199,27,218); }
H1.HeaderClassName
{
color: #C71BDA;
}
.AnyTagClassName
{
color: #C71BDA;
}
</style>
background-color css
<style>
a { background-color: #C71BDA; }
a { background-color: rgb(199,27,218); }
div.DivClassName
{
background-color: #C71BDA;
}
.BgClassName
{
background-color: #C71BDA;
}
</style>
border-color css
<style>
span { border-color: #C71BDA; }
span { border-color: rgb(199,27,218); }
td.TdClassName
{
border-color: #C71BDA;
}
.TagClassName
{
border-color: #C71BDA;
}
</style>