Shades of Deep Magenta #C70DBC
Tints of Deep Magenta #C70DBC
RGB
CMYK
RGB Variations
Color information
#C70DBC (or 0xC70DBC) is known color: Deep Magenta. HEX triplet: C7, 0D and BC. RGB value is (199,13,188). Sum of RGB (Red+Green+Blue) = 199+13+188=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C70DBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DBC is #38F243. Grayscale: #585858. Windows color (decimal): -3732036 or 12324295. OLE color: 12324295.
HSL color Cylindrical-coordinate representation of color #C70DBC: hue angle of 303.55º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70DBC is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 188 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.22 |
| HSL | 303.55º | 0.88% | 0.42% | - |
| HSV(B) | 303.55º | 0.93% | 0.78% | - |
| XYZ | 32.77 | 16.06 | 48.95 | - |
| YUV | 88.56 | 184.12 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 188 | 0 | 0.93 | 0.06 | 0.22 | 303.55 | 0.88 | 0.42 |
| Hex | C7 | D | BC | 0 | 5D | 6 | 16 | 130 | 58 | 2A |
| Octal | 307 | 15 | 274 | 0 | 135 | 6 | 26 | 460 | 130 | 52 |
| Binary | 11000111 | 1101 | 10111100 | 0 | 1011101 | 110 | 10110 | 100110000 | 1011000 | 101010 |
Color Harmonies of #C70DBC
Complementary color
Monochromatic Colors of #C70DBC
Black with #C70DBC
Text Example
Text Example
White with #C70DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70DBC; }
p { color: rgb(199,13,188); }
H1.HeaderClassName
{
color: #C70DBC;
}
.AnyTagClassName
{
color: #C70DBC;
}
</style>
background-color css
<style>
a { background-color: #C70DBC; }
a { background-color: rgb(199,13,188); }
div.DivClassName
{
background-color: #C70DBC;
}
.BgClassName
{
background-color: #C70DBC;
}
</style>
border-color css
<style>
span { border-color: #C70DBC; }
span { border-color: rgb(199,13,188); }
td.TdClassName
{
border-color: #C70DBC;
}
.TagClassName
{
border-color: #C70DBC;
}
</style>