Shades of Deep Magenta #C70FCD
Tints of Deep Magenta #C70FCD
RGB
CMYK
RGB Variations
Color information
#C70FCD (or 0xC70FCD) is known color: Deep Magenta. HEX triplet: C7, 0F and CD. RGB value is (199,15,205). Sum of RGB (Red+Green+Blue) = 199+15+205=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #C70FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FCD is #38F032. Grayscale: #5B5B5B. Windows color (decimal): -3731507 or 13438919. OLE color: 13438919.
HSL color Cylindrical-coordinate representation of color #C70FCD: hue angle of 298.11º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70FCD is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 15 | 205 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.20 |
| HSL | 298.11º | 0.86% | 0.43% | - |
| HSV(B) | 298.11º | 0.93% | 0.8% | - |
| XYZ | 34.74 | 16.89 | 59.19 | - |
| YUV | 91.68 | 191.96 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 205 | 0.03 | 0.93 | 0 | 0.20 | 298.11 | 0.86 | 0.43 |
| Hex | C7 | F | CD | 3 | 5D | 0 | 14 | 12A | 56 | 2B |
| Octal | 307 | 17 | 315 | 3 | 135 | 0 | 24 | 452 | 126 | 53 |
| Binary | 11000111 | 1111 | 11001101 | 11 | 1011101 | 0 | 10100 | 100101010 | 1010110 | 101011 |
Color Harmonies of #C70FCD
Complementary color
Monochromatic Colors of #C70FCD
Black with #C70FCD
Text Example
Text Example
White with #C70FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70FCD; }
p { color: rgb(199,15,205); }
H1.HeaderClassName
{
color: #C70FCD;
}
.AnyTagClassName
{
color: #C70FCD;
}
</style>
background-color css
<style>
a { background-color: #C70FCD; }
a { background-color: rgb(199,15,205); }
div.DivClassName
{
background-color: #C70FCD;
}
.BgClassName
{
background-color: #C70FCD;
}
</style>
border-color css
<style>
span { border-color: #C70FCD; }
span { border-color: rgb(199,15,205); }
td.TdClassName
{
border-color: #C70FCD;
}
.TagClassName
{
border-color: #C70FCD;
}
</style>