Shades of Deep Magenta #C70CCA
Tints of Deep Magenta #C70CCA
RGB
CMYK
RGB Variations
Color information
#C70CCA (or 0xC70CCA) is known color: Deep Magenta. HEX triplet: C7, 0C and CA. RGB value is (199,12,202). Sum of RGB (Red+Green+Blue) = 199+12+202=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #C70CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CCA is #38F335. Grayscale: #595959. Windows color (decimal): -3732278 or 13241543. OLE color: 13241543.
HSL color Cylindrical-coordinate representation of color #C70CCA: hue angle of 299.05º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70CCA is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 12 | 202 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.21 |
| HSL | 299.05º | 0.89% | 0.42% | - |
| HSV(B) | 299.05º | 0.94% | 0.79% | - |
| XYZ | 34.35 | 16.67 | 57.28 | - |
| YUV | 89.57 | 191.45 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 202 | 0.01 | 0.94 | 0 | 0.21 | 299.05 | 0.89 | 0.42 |
| Hex | C7 | C | CA | 1 | 5E | 0 | 15 | 12B | 59 | 2A |
| Octal | 307 | 14 | 312 | 1 | 136 | 0 | 25 | 453 | 131 | 52 |
| Binary | 11000111 | 1100 | 11001010 | 1 | 1011110 | 0 | 10101 | 100101011 | 1011001 | 101010 |
Color Harmonies of #C70CCA
Complementary color
Monochromatic Colors of #C70CCA
Black with #C70CCA
Text Example
Text Example
White with #C70CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CCA; }
p { color: rgb(199,12,202); }
H1.HeaderClassName
{
color: #C70CCA;
}
.AnyTagClassName
{
color: #C70CCA;
}
</style>
background-color css
<style>
a { background-color: #C70CCA; }
a { background-color: rgb(199,12,202); }
div.DivClassName
{
background-color: #C70CCA;
}
.BgClassName
{
background-color: #C70CCA;
}
</style>
border-color css
<style>
span { border-color: #C70CCA; }
span { border-color: rgb(199,12,202); }
td.TdClassName
{
border-color: #C70CCA;
}
.TagClassName
{
border-color: #C70CCA;
}
</style>