Shades of Deep Magenta #C71BDC
Tints of Deep Magenta #C71BDC
RGB
CMYK
RGB Variations
Color information
#C71BDC (or 0xC71BDC) is known color: Deep Magenta. HEX triplet: C7, 1B and DC. RGB value is (199,27,220). Sum of RGB (Red+Green+Blue) = 199+27+220=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #C71BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BDC is #38E423. Grayscale: #636363. Windows color (decimal): -3728420 or 14425031. OLE color: 14425031.
HSL color Cylindrical-coordinate representation of color #C71BDC: hue angle of 293.47º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71BDC is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 27 | 220 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.14 |
| HSL | 293.47º | 0.78% | 0.48% | - |
| HSV(B) | 293.47º | 0.88% | 0.86% | - |
| XYZ | 36.86 | 18.09 | 69.26 | - |
| YUV | 100.43 | 195.48 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 220 | 0.10 | 0.88 | 0 | 0.14 | 293.47 | 0.78 | 0.48 |
| Hex | C7 | 1B | DC | A | 58 | 0 | E | 125 | 4E | 30 |
| Octal | 307 | 33 | 334 | 12 | 130 | 0 | 16 | 445 | 116 | 60 |
| Binary | 11000111 | 11011 | 11011100 | 1010 | 1011000 | 0 | 1110 | 100100101 | 1001110 | 110000 |
Color Harmonies of #C71BDC
Complementary color
Monochromatic Colors of #C71BDC
Black with #C71BDC
Text Example
Text Example
White with #C71BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BDC; }
p { color: rgb(199,27,220); }
H1.HeaderClassName
{
color: #C71BDC;
}
.AnyTagClassName
{
color: #C71BDC;
}
</style>
background-color css
<style>
a { background-color: #C71BDC; }
a { background-color: rgb(199,27,220); }
div.DivClassName
{
background-color: #C71BDC;
}
.BgClassName
{
background-color: #C71BDC;
}
</style>
border-color css
<style>
span { border-color: #C71BDC; }
span { border-color: rgb(199,27,220); }
td.TdClassName
{
border-color: #C71BDC;
}
.TagClassName
{
border-color: #C71BDC;
}
</style>