Shades of Deep Magenta #C70CCC
Tints of Deep Magenta #C70CCC
RGB
CMYK
RGB Variations
Color information
#C70CCC (or 0xC70CCC) is known color: Deep Magenta. HEX triplet: C7, 0C and CC. RGB value is (199,12,204). Sum of RGB (Red+Green+Blue) = 199+12+204=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #C70CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CCC is #38F333. Grayscale: #595959. Windows color (decimal): -3732276 or 13372615. OLE color: 13372615.
HSL color Cylindrical-coordinate representation of color #C70CCC: hue angle of 298.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70CCC is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 12 | 204 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.2 |
| HSL | 298.44º | 0.89% | 0.42% | - |
| HSV(B) | 298.44º | 0.94% | 0.8% | - |
| XYZ | 34.58 | 16.76 | 58.54 | - |
| YUV | 89.8 | 192.45 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 204 | 0.02 | 0.94 | 0 | 0.2 | 298.44 | 0.89 | 0.42 |
| Hex | C7 | C | CC | 2 | 5E | 0 | 14 | 12A | 59 | 2A |
| Octal | 307 | 14 | 314 | 2 | 136 | 0 | 24 | 452 | 131 | 52 |
| Binary | 11000111 | 1100 | 11001100 | 10 | 1011110 | 0 | 10100 | 100101010 | 1011001 | 101010 |
Color Harmonies of #C70CCC
Complementary color
Monochromatic Colors of #C70CCC
Black with #C70CCC
Text Example
Text Example
White with #C70CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CCC; }
p { color: rgb(199,12,204); }
H1.HeaderClassName
{
color: #C70CCC;
}
.AnyTagClassName
{
color: #C70CCC;
}
</style>
background-color css
<style>
a { background-color: #C70CCC; }
a { background-color: rgb(199,12,204); }
div.DivClassName
{
background-color: #C70CCC;
}
.BgClassName
{
background-color: #C70CCC;
}
</style>
border-color css
<style>
span { border-color: #C70CCC; }
span { border-color: rgb(199,12,204); }
td.TdClassName
{
border-color: #C70CCC;
}
.TagClassName
{
border-color: #C70CCC;
}
</style>