Shades of Deep Magenta #C70DBD
Tints of Deep Magenta #C70DBD
RGB
CMYK
RGB Variations
Color information
#C70DBD (or 0xC70DBD) is known color: Deep Magenta. HEX triplet: C7, 0D and BD. RGB value is (199,13,189). Sum of RGB (Red+Green+Blue) = 199+13+189=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C70DBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DBD is #38F242. Grayscale: #585858. Windows color (decimal): -3732035 or 12389831. OLE color: 12389831.
HSL color Cylindrical-coordinate representation of color #C70DBD: hue angle of 303.23º 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 #C70DBD is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 13 | 189 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.22 |
| HSL | 303.23º | 0.88% | 0.42% | - |
| HSV(B) | 303.23º | 0.93% | 0.78% | - |
| XYZ | 32.88 | 16.1 | 49.52 | - |
| YUV | 88.68 | 184.62 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 189 | 0 | 0.93 | 0.05 | 0.22 | 303.23 | 0.88 | 0.42 |
| Hex | C7 | D | BD | 0 | 5D | 5 | 16 | 12F | 58 | 2A |
| Octal | 307 | 15 | 275 | 0 | 135 | 5 | 26 | 457 | 130 | 52 |
| Binary | 11000111 | 1101 | 10111101 | 0 | 1011101 | 101 | 10110 | 100101111 | 1011000 | 101010 |
Color Harmonies of #C70DBD
Complementary color
Monochromatic Colors of #C70DBD
Black with #C70DBD
Text Example
Text Example
White with #C70DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70DBD; }
p { color: rgb(199,13,189); }
H1.HeaderClassName
{
color: #C70DBD;
}
.AnyTagClassName
{
color: #C70DBD;
}
</style>
background-color css
<style>
a { background-color: #C70DBD; }
a { background-color: rgb(199,13,189); }
div.DivClassName
{
background-color: #C70DBD;
}
.BgClassName
{
background-color: #C70DBD;
}
</style>
border-color css
<style>
span { border-color: #C70DBD; }
span { border-color: rgb(199,13,189); }
td.TdClassName
{
border-color: #C70DBD;
}
.TagClassName
{
border-color: #C70DBD;
}
</style>