Shades of Deep Magenta #C70DDA
Tints of Deep Magenta #C70DDA
RGB
CMYK
RGB Variations
Color information
#C70DDA (or 0xC70DDA) is known color: Deep Magenta. HEX triplet: C7, 0D and DA. RGB value is (199,13,218). Sum of RGB (Red+Green+Blue) = 199+13+218=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #C70DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70DDA is #38F225. Grayscale: #5B5B5B. Windows color (decimal): -3732006 or 14290375. OLE color: 14290375.
HSL color Cylindrical-coordinate representation of color #C70DDA: hue angle of 294.44º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70DDA is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 13 | 218 | - |
CMYK | 0.09 | 0.94 | 0 | 0.15 |
HSL | 294.44º | 0.89% | 0.45% | - |
HSV(B) | 294.44º | 0.94% | 0.85% | - |
XYZ | 36.35 | 17.49 | 67.79 | - |
YUV | 91.98 | 199.12 | 204.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 13 | 218 | 0.09 | 0.94 | 0 | 0.15 | 294.44 | 0.89 | 0.45 |
Hex | C7 | D | DA | 9 | 5E | 0 | F | 126 | 59 | 2D |
Octal | 307 | 15 | 332 | 11 | 136 | 0 | 17 | 446 | 131 | 55 |
Binary | 11000111 | 1101 | 11011010 | 1001 | 1011110 | 0 | 1111 | 100100110 | 1011001 | 101101 |
Color Harmonies of #C70DDA
Complementary color
Monochromatic Colors of #C70DDA
Black with #C70DDA
Text Example
Text Example
White with #C70DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70DDA; }
p { color: rgb(199,13,218); }
H1.HeaderClassName
{
color: #C70DDA;
}
.AnyTagClassName
{
color: #C70DDA;
}
</style>
background-color css
<style>
a { background-color: #C70DDA; }
a { background-color: rgb(199,13,218); }
div.DivClassName
{
background-color: #C70DDA;
}
.BgClassName
{
background-color: #C70DDA;
}
</style>
border-color css
<style>
span { border-color: #C70DDA; }
span { border-color: rgb(199,13,218); }
td.TdClassName
{
border-color: #C70DDA;
}
.TagClassName
{
border-color: #C70DDA;
}
</style>