Shades of Deep Magenta #C70DD0
Tints of Deep Magenta #C70DD0
RGB
CMYK
RGB Variations
Color information
#C70DD0 (or 0xC70DD0) is known color: Deep Magenta. HEX triplet: C7, 0D and D0. RGB value is (199,13,208). Sum of RGB (Red+Green+Blue) = 199+13+208=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 13 (5.47% from 255 or 3.10% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #C70DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DD0 is #38F22F. Grayscale: #5A5A5A. Windows color (decimal): -3732016 or 13635015. OLE color: 13635015.
HSL color Cylindrical-coordinate representation of color #C70DD0: hue angle of 297.23º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70DD0 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 13 | 208 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.18 |
| HSL | 297.23º | 0.88% | 0.43% | - |
| HSV(B) | 297.23º | 0.94% | 0.82% | - |
| XYZ | 35.08 | 16.98 | 61.1 | - |
| YUV | 90.84 | 194.12 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 208 | 0.04 | 0.94 | 0 | 0.18 | 297.23 | 0.88 | 0.43 |
| Hex | C7 | D | D0 | 4 | 5E | 0 | 12 | 129 | 58 | 2B |
| Octal | 307 | 15 | 320 | 4 | 136 | 0 | 22 | 451 | 130 | 53 |
| Binary | 11000111 | 1101 | 11010000 | 100 | 1011110 | 0 | 10010 | 100101001 | 1011000 | 101011 |
Color Harmonies of #C70DD0
Complementary color
Monochromatic Colors of #C70DD0
Black with #C70DD0
Text Example
Text Example
White with #C70DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70DD0; }
p { color: rgb(199,13,208); }
H1.HeaderClassName
{
color: #C70DD0;
}
.AnyTagClassName
{
color: #C70DD0;
}
</style>
background-color css
<style>
a { background-color: #C70DD0; }
a { background-color: rgb(199,13,208); }
div.DivClassName
{
background-color: #C70DD0;
}
.BgClassName
{
background-color: #C70DD0;
}
</style>
border-color css
<style>
span { border-color: #C70DD0; }
span { border-color: rgb(199,13,208); }
td.TdClassName
{
border-color: #C70DD0;
}
.TagClassName
{
border-color: #C70DD0;
}
</style>