Shades of Deep Magenta #C70FDC
Tints of Deep Magenta #C70FDC
RGB
CMYK
RGB Variations
Color information
#C70FDC (or 0xC70FDC) is known color: Deep Magenta. HEX triplet: C7, 0F and DC. RGB value is (199,15,220). Sum of RGB (Red+Green+Blue) = 199+15+220=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #C70FDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FDC is #38F023. Grayscale: #5C5C5C. Windows color (decimal): -3731492 or 14421959. OLE color: 14421959.
HSL color Cylindrical-coordinate representation of color #C70FDC: hue angle of 293.85º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70FDC is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 15 | 220 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.14 |
| HSL | 293.85º | 0.87% | 0.46% | - |
| HSV(B) | 293.85º | 0.93% | 0.86% | - |
| XYZ | 36.64 | 17.65 | 69.19 | - |
| YUV | 93.39 | 199.46 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 220 | 0.10 | 0.93 | 0 | 0.14 | 293.85 | 0.87 | 0.46 |
| Hex | C7 | F | DC | A | 5D | 0 | E | 126 | 57 | 2E |
| Octal | 307 | 17 | 334 | 12 | 135 | 0 | 16 | 446 | 127 | 56 |
| Binary | 11000111 | 1111 | 11011100 | 1010 | 1011101 | 0 | 1110 | 100100110 | 1010111 | 101110 |
Color Harmonies of #C70FDC
Complementary color
Monochromatic Colors of #C70FDC
Black with #C70FDC
Text Example
Text Example
White with #C70FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70FDC; }
p { color: rgb(199,15,220); }
H1.HeaderClassName
{
color: #C70FDC;
}
.AnyTagClassName
{
color: #C70FDC;
}
</style>
background-color css
<style>
a { background-color: #C70FDC; }
a { background-color: rgb(199,15,220); }
div.DivClassName
{
background-color: #C70FDC;
}
.BgClassName
{
background-color: #C70FDC;
}
</style>
border-color css
<style>
span { border-color: #C70FDC; }
span { border-color: rgb(199,15,220); }
td.TdClassName
{
border-color: #C70FDC;
}
.TagClassName
{
border-color: #C70FDC;
}
</style>