Shades of Deep Magenta #C71DB8
Tints of Deep Magenta #C71DB8
RGB
CMYK
RGB Variations
Color information
#C71DB8 (or 0xC71DB8) is known color: Deep Magenta. HEX triplet: C7, 1D and B8. RGB value is (199,29,184). Sum of RGB (Red+Green+Blue) = 199+29+184=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 184 (72.27% from 255 or 44.66% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DB8 is #38E247. Grayscale: #616161. Windows color (decimal): -3727944 or 12066247. OLE color: 12066247.
HSL color Cylindrical-coordinate representation of color #C71DB8: hue angle of 305.29º 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 #C71DB8 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 29 | 184 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.22 |
| HSL | 305.29º | 0.75% | 0.45% | - |
| HSV(B) | 305.29º | 0.85% | 0.78% | - |
| XYZ | 32.64 | 16.48 | 46.81 | - |
| YUV | 97.5 | 176.82 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 29 | 184 | 0 | 0.85 | 0.08 | 0.22 | 305.29 | 0.75 | 0.45 |
| Hex | C7 | 1D | B8 | 0 | 55 | 8 | 16 | 131 | 4B | 2D |
| Octal | 307 | 35 | 270 | 0 | 125 | 10 | 26 | 461 | 113 | 55 |
| Binary | 11000111 | 11101 | 10111000 | 0 | 1010101 | 1000 | 10110 | 100110001 | 1001011 | 101101 |
Color Harmonies of #C71DB8
Complementary color
Monochromatic Colors of #C71DB8
Black with #C71DB8
Text Example
Text Example
White with #C71DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71DB8; }
p { color: rgb(199,29,184); }
H1.HeaderClassName
{
color: #C71DB8;
}
.AnyTagClassName
{
color: #C71DB8;
}
</style>
background-color css
<style>
a { background-color: #C71DB8; }
a { background-color: rgb(199,29,184); }
div.DivClassName
{
background-color: #C71DB8;
}
.BgClassName
{
background-color: #C71DB8;
}
</style>
border-color css
<style>
span { border-color: #C71DB8; }
span { border-color: rgb(199,29,184); }
td.TdClassName
{
border-color: #C71DB8;
}
.TagClassName
{
border-color: #C71DB8;
}
</style>