Shades of Deep Magenta #C70AC3
Tints of Deep Magenta #C70AC3
RGB
CMYK
RGB Variations
Color information
#C70AC3 (or 0xC70AC3) is known color: Deep Magenta. HEX triplet: C7, 0A and C3. RGB value is (199,10,195). Sum of RGB (Red+Green+Blue) = 199+10+195=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 10 (4.30% from 255 or 2.48% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C70AC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70AC3 is #38F53C. Grayscale: #575757. Windows color (decimal): -3732797 or 12782279. OLE color: 12782279.
HSL color Cylindrical-coordinate representation of color #C70AC3: hue angle of 301.27º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70AC3 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 10 | 195 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.22 |
| HSL | 301.27º | 0.9% | 0.41% | - |
| HSV(B) | 301.27º | 0.95% | 0.78% | - |
| XYZ | 33.51 | 16.3 | 53.01 | - |
| YUV | 87.6 | 188.62 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 195 | 0 | 0.95 | 0.02 | 0.22 | 301.27 | 0.9 | 0.41 |
| Hex | C7 | A | C3 | 0 | 5F | 2 | 16 | 12D | 5A | 29 |
| Octal | 307 | 12 | 303 | 0 | 137 | 2 | 26 | 455 | 132 | 51 |
| Binary | 11000111 | 1010 | 11000011 | 0 | 1011111 | 10 | 10110 | 100101101 | 1011010 | 101001 |
Color Harmonies of #C70AC3
Complementary color
Monochromatic Colors of #C70AC3
Black with #C70AC3
Text Example
Text Example
White with #C70AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70AC3; }
p { color: rgb(199,10,195); }
H1.HeaderClassName
{
color: #C70AC3;
}
.AnyTagClassName
{
color: #C70AC3;
}
</style>
background-color css
<style>
a { background-color: #C70AC3; }
a { background-color: rgb(199,10,195); }
div.DivClassName
{
background-color: #C70AC3;
}
.BgClassName
{
background-color: #C70AC3;
}
</style>
border-color css
<style>
span { border-color: #C70AC3; }
span { border-color: rgb(199,10,195); }
td.TdClassName
{
border-color: #C70AC3;
}
.TagClassName
{
border-color: #C70AC3;
}
</style>