Shades of Deep Magenta #C70FCF
Tints of Deep Magenta #C70FCF
RGB
CMYK
RGB Variations
Color information
#C70FCF (or 0xC70FCF) is known color: Deep Magenta. HEX triplet: C7, 0F and CF. RGB value is (199,15,207). Sum of RGB (Red+Green+Blue) = 199+15+207=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #C70FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FCF is #38F030. Grayscale: #5B5B5B. Windows color (decimal): -3731505 or 13569991. OLE color: 13569991.
HSL color Cylindrical-coordinate representation of color #C70FCF: hue angle of 297.5º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70FCF is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 15 | 207 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.19 |
| HSL | 297.5º | 0.86% | 0.44% | - |
| HSV(B) | 297.5º | 0.93% | 0.81% | - |
| XYZ | 34.99 | 16.99 | 60.47 | - |
| YUV | 91.9 | 192.96 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 207 | 0.04 | 0.93 | 0 | 0.19 | 297.5 | 0.86 | 0.44 |
| Hex | C7 | F | CF | 4 | 5D | 0 | 13 | 12A | 56 | 2C |
| Octal | 307 | 17 | 317 | 4 | 135 | 0 | 23 | 452 | 126 | 54 |
| Binary | 11000111 | 1111 | 11001111 | 100 | 1011101 | 0 | 10011 | 100101010 | 1010110 | 101100 |
Color Harmonies of #C70FCF
Complementary color
Monochromatic Colors of #C70FCF
Black with #C70FCF
Text Example
Text Example
White with #C70FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70FCF; }
p { color: rgb(199,15,207); }
H1.HeaderClassName
{
color: #C70FCF;
}
.AnyTagClassName
{
color: #C70FCF;
}
</style>
background-color css
<style>
a { background-color: #C70FCF; }
a { background-color: rgb(199,15,207); }
div.DivClassName
{
background-color: #C70FCF;
}
.BgClassName
{
background-color: #C70FCF;
}
</style>
border-color css
<style>
span { border-color: #C70FCF; }
span { border-color: rgb(199,15,207); }
td.TdClassName
{
border-color: #C70FCF;
}
.TagClassName
{
border-color: #C70FCF;
}
</style>