Shades of Deep Magenta #C710BD
Tints of Deep Magenta #C710BD
RGB
CMYK
RGB Variations
Color information
#C710BD (or 0xC710BD) is known color: Deep Magenta. HEX triplet: C7, 10 and BD. RGB value is (199,16,189). Sum of RGB (Red+Green+Blue) = 199+16+189=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C710BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C710BD is #38EF42. Grayscale: #595959. Windows color (decimal): -3731267 or 12390599. OLE color: 12390599.
HSL color Cylindrical-coordinate representation of color #C710BD: hue angle of 303.28º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C710BD is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 189 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.22 |
| HSL | 303.28º | 0.85% | 0.42% | - |
| HSV(B) | 303.28º | 0.92% | 0.78% | - |
| XYZ | 32.92 | 16.19 | 49.53 | - |
| YUV | 90.44 | 183.63 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 189 | 0 | 0.92 | 0.05 | 0.22 | 303.28 | 0.85 | 0.42 |
| Hex | C7 | 10 | BD | 0 | 5C | 5 | 16 | 12F | 55 | 2A |
| Octal | 307 | 20 | 275 | 0 | 134 | 5 | 26 | 457 | 125 | 52 |
| Binary | 11000111 | 10000 | 10111101 | 0 | 1011100 | 101 | 10110 | 100101111 | 1010101 | 101010 |
Color Harmonies of #C710BD
Complementary color
Monochromatic Colors of #C710BD
Black with #C710BD
Text Example
Text Example
White with #C710BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C710BD; }
p { color: rgb(199,16,189); }
H1.HeaderClassName
{
color: #C710BD;
}
.AnyTagClassName
{
color: #C710BD;
}
</style>
background-color css
<style>
a { background-color: #C710BD; }
a { background-color: rgb(199,16,189); }
div.DivClassName
{
background-color: #C710BD;
}
.BgClassName
{
background-color: #C710BD;
}
</style>
border-color css
<style>
span { border-color: #C710BD; }
span { border-color: rgb(199,16,189); }
td.TdClassName
{
border-color: #C710BD;
}
.TagClassName
{
border-color: #C710BD;
}
</style>