Shades of Deep Magenta #C71BD6
Tints of Deep Magenta #C71BD6
RGB
CMYK
RGB Variations
Color information
#C71BD6 (or 0xC71BD6) is known color: Deep Magenta. HEX triplet: C7, 1B and D6. RGB value is (199,27,214). Sum of RGB (Red+Green+Blue) = 199+27+214=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 214 (83.98% from 255 or 48.64% from 440); Max value from RGB is 214 - color contains mainly: blue. Hex color #C71BD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71BD6 is #38E429. Grayscale: #636363. Windows color (decimal): -3728426 or 14031815. OLE color: 14031815.
HSL color Cylindrical-coordinate representation of color #C71BD6: hue angle of 295.19º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71BD6 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 27 | 214 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.16 |
| HSL | 295.19º | 0.78% | 0.47% | - |
| HSV(B) | 295.19º | 0.87% | 0.84% | - |
| XYZ | 36.08 | 17.78 | 65.15 | - |
| YUV | 99.75 | 192.48 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 214 | 0.07 | 0.87 | 0 | 0.16 | 295.19 | 0.78 | 0.47 |
| Hex | C7 | 1B | D6 | 7 | 57 | 0 | 10 | 127 | 4E | 2F |
| Octal | 307 | 33 | 326 | 7 | 127 | 0 | 20 | 447 | 116 | 57 |
| Binary | 11000111 | 11011 | 11010110 | 111 | 1010111 | 0 | 10000 | 100100111 | 1001110 | 101111 |
Color Harmonies of #C71BD6
Complementary color
Monochromatic Colors of #C71BD6
Black with #C71BD6
Text Example
Text Example
White with #C71BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71BD6; }
p { color: rgb(199,27,214); }
H1.HeaderClassName
{
color: #C71BD6;
}
.AnyTagClassName
{
color: #C71BD6;
}
</style>
background-color css
<style>
a { background-color: #C71BD6; }
a { background-color: rgb(199,27,214); }
div.DivClassName
{
background-color: #C71BD6;
}
.BgClassName
{
background-color: #C71BD6;
}
</style>
border-color css
<style>
span { border-color: #C71BD6; }
span { border-color: rgb(199,27,214); }
td.TdClassName
{
border-color: #C71BD6;
}
.TagClassName
{
border-color: #C71BD6;
}
</style>