Shades of Deep Magenta #C70FD0
Tints of Deep Magenta #C70FD0
RGB
CMYK
RGB Variations
Color information
#C70FD0 (or 0xC70FD0) is known color: Deep Magenta. HEX triplet: C7, 0F and D0. RGB value is (199,15,208). Sum of RGB (Red+Green+Blue) = 199+15+208=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #C70FD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FD0 is #38F02F. Grayscale: #5B5B5B. Windows color (decimal): -3731504 or 13635527. OLE color: 13635527.
HSL color Cylindrical-coordinate representation of color #C70FD0: hue angle of 297.2º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70FD0 is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 15 | 208 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.18 |
| HSL | 297.2º | 0.87% | 0.44% | - |
| HSV(B) | 297.2º | 0.93% | 0.82% | - |
| XYZ | 35.11 | 17.04 | 61.11 | - |
| YUV | 92.02 | 193.46 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 208 | 0.04 | 0.93 | 0 | 0.18 | 297.2 | 0.87 | 0.44 |
| Hex | C7 | F | D0 | 4 | 5D | 0 | 12 | 129 | 57 | 2C |
| Octal | 307 | 17 | 320 | 4 | 135 | 0 | 22 | 451 | 127 | 54 |
| Binary | 11000111 | 1111 | 11010000 | 100 | 1011101 | 0 | 10010 | 100101001 | 1010111 | 101100 |
Color Harmonies of #C70FD0
Complementary color
Monochromatic Colors of #C70FD0
Black with #C70FD0
Text Example
Text Example
White with #C70FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70FD0; }
p { color: rgb(199,15,208); }
H1.HeaderClassName
{
color: #C70FD0;
}
.AnyTagClassName
{
color: #C70FD0;
}
</style>
background-color css
<style>
a { background-color: #C70FD0; }
a { background-color: rgb(199,15,208); }
div.DivClassName
{
background-color: #C70FD0;
}
.BgClassName
{
background-color: #C70FD0;
}
</style>
border-color css
<style>
span { border-color: #C70FD0; }
span { border-color: rgb(199,15,208); }
td.TdClassName
{
border-color: #C70FD0;
}
.TagClassName
{
border-color: #C70FD0;
}
</style>