Shades of Deep Magenta #C70DD3
Tints of Deep Magenta #C70DD3
RGB
CMYK
RGB Variations
Color information
#C70DD3 (or 0xC70DD3) is known color: Deep Magenta. HEX triplet: C7, 0D and D3. RGB value is (199,13,211). Sum of RGB (Red+Green+Blue) = 199+13+211=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #C70DD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DD3 is #38F22C. Grayscale: #5A5A5A. Windows color (decimal): -3732013 or 13831623. OLE color: 13831623.
HSL color Cylindrical-coordinate representation of color #C70DD3: hue angle of 296.36º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70DD3 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 13 | 211 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.17 |
| HSL | 296.36º | 0.88% | 0.44% | - |
| HSV(B) | 296.36º | 0.94% | 0.83% | - |
| XYZ | 35.45 | 17.13 | 63.07 | - |
| YUV | 91.19 | 195.62 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 211 | 0.06 | 0.94 | 0 | 0.17 | 296.36 | 0.88 | 0.44 |
| Hex | C7 | D | D3 | 6 | 5E | 0 | 11 | 128 | 58 | 2C |
| Octal | 307 | 15 | 323 | 6 | 136 | 0 | 21 | 450 | 130 | 54 |
| Binary | 11000111 | 1101 | 11010011 | 110 | 1011110 | 0 | 10001 | 100101000 | 1011000 | 101100 |
Color Harmonies of #C70DD3
Complementary color
Monochromatic Colors of #C70DD3
Black with #C70DD3
Text Example
Text Example
White with #C70DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70DD3; }
p { color: rgb(199,13,211); }
H1.HeaderClassName
{
color: #C70DD3;
}
.AnyTagClassName
{
color: #C70DD3;
}
</style>
background-color css
<style>
a { background-color: #C70DD3; }
a { background-color: rgb(199,13,211); }
div.DivClassName
{
background-color: #C70DD3;
}
.BgClassName
{
background-color: #C70DD3;
}
</style>
border-color css
<style>
span { border-color: #C70DD3; }
span { border-color: rgb(199,13,211); }
td.TdClassName
{
border-color: #C70DD3;
}
.TagClassName
{
border-color: #C70DD3;
}
</style>