Shades of Deep Magenta #C71DBC
Tints of Deep Magenta #C71DBC
RGB
CMYK
RGB Variations
Color information
#C71DBC (or 0xC71DBC) is known color: Deep Magenta. HEX triplet: C7, 1D and BC. RGB value is (199,29,188). Sum of RGB (Red+Green+Blue) = 199+29+188=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 29 (11.72% from 255 or 6.97% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DBC is #38E243. Grayscale: #616161. Windows color (decimal): -3727940 or 12328391. OLE color: 12328391.
HSL color Cylindrical-coordinate representation of color #C71DBC: hue angle of 303.88º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71DBC is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 188 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.22 |
| HSL | 303.88º | 0.75% | 0.45% | - |
| HSV(B) | 303.88º | 0.85% | 0.78% | - |
| XYZ | 33.07 | 16.65 | 49.05 | - |
| YUV | 97.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 188 | 0 | 0.85 | 0.06 | 0.22 | 303.88 | 0.75 | 0.45 |
| Hex | C7 | 1D | BC | 0 | 55 | 6 | 16 | 130 | 4B | 2D |
| Octal | 307 | 35 | 274 | 0 | 125 | 6 | 26 | 460 | 113 | 55 |
| Binary | 11000111 | 11101 | 10111100 | 0 | 1010101 | 110 | 10110 | 100110000 | 1001011 | 101101 |
Color Harmonies of #C71DBC
Complementary color
Monochromatic Colors of #C71DBC
Black with #C71DBC
Text Example
Text Example
White with #C71DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DBC; }
p { color: rgb(199,29,188); }
H1.HeaderClassName
{
color: #C71DBC;
}
.AnyTagClassName
{
color: #C71DBC;
}
</style>
background-color css
<style>
a { background-color: #C71DBC; }
a { background-color: rgb(199,29,188); }
div.DivClassName
{
background-color: #C71DBC;
}
.BgClassName
{
background-color: #C71DBC;
}
</style>
border-color css
<style>
span { border-color: #C71DBC; }
span { border-color: rgb(199,29,188); }
td.TdClassName
{
border-color: #C71DBC;
}
.TagClassName
{
border-color: #C71DBC;
}
</style>