Shades of Deep Magenta #C71DBE
Tints of Deep Magenta #C71DBE
RGB
CMYK
RGB Variations
Color information
#C71DBE (or 0xC71DBE) is known color: Deep Magenta. HEX triplet: C7, 1D and BE. RGB value is (199,29,190). Sum of RGB (Red+Green+Blue) = 199+29+190=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DBE is #38E241. Grayscale: #616161. Windows color (decimal): -3727938 or 12459463. OLE color: 12459463.
HSL color Cylindrical-coordinate representation of color #C71DBE: hue angle of 303.18º 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 #C71DBE is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 190 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.22 |
| HSL | 303.18º | 0.75% | 0.45% | - |
| HSV(B) | 303.18º | 0.85% | 0.78% | - |
| XYZ | 33.29 | 16.74 | 50.19 | - |
| YUV | 98.18 | 179.82 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 190 | 0 | 0.85 | 0.05 | 0.22 | 303.18 | 0.75 | 0.45 |
| Hex | C7 | 1D | BE | 0 | 55 | 5 | 16 | 12F | 4B | 2D |
| Octal | 307 | 35 | 276 | 0 | 125 | 5 | 26 | 457 | 113 | 55 |
| Binary | 11000111 | 11101 | 10111110 | 0 | 1010101 | 101 | 10110 | 100101111 | 1001011 | 101101 |
Color Harmonies of #C71DBE
Complementary color
Monochromatic Colors of #C71DBE
Black with #C71DBE
Text Example
Text Example
White with #C71DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DBE; }
p { color: rgb(199,29,190); }
H1.HeaderClassName
{
color: #C71DBE;
}
.AnyTagClassName
{
color: #C71DBE;
}
</style>
background-color css
<style>
a { background-color: #C71DBE; }
a { background-color: rgb(199,29,190); }
div.DivClassName
{
background-color: #C71DBE;
}
.BgClassName
{
background-color: #C71DBE;
}
</style>
border-color css
<style>
span { border-color: #C71DBE; }
span { border-color: rgb(199,29,190); }
td.TdClassName
{
border-color: #C71DBE;
}
.TagClassName
{
border-color: #C71DBE;
}
</style>