Shades of Deep Magenta #C70FB3
Tints of Deep Magenta #C70FB3
RGB
CMYK
RGB Variations
Color information
#C70FB3 (or 0xC70FB3) is known color: Deep Magenta. HEX triplet: C7, 0F and B3. RGB value is (199,15,179). Sum of RGB (Red+Green+Blue) = 199+15+179=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C70FB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70FB3 is #38F04C. Grayscale: #585858. Windows color (decimal): -3731533 or 11734983. OLE color: 11734983.
HSL color Cylindrical-coordinate representation of color #C70FB3: hue angle of 306.52º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C70FB3 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 15 | 179 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.22 |
| HSL | 306.52º | 0.86% | 0.42% | - |
| HSV(B) | 306.52º | 0.92% | 0.78% | - |
| XYZ | 31.86 | 15.74 | 44.01 | - |
| YUV | 88.71 | 178.96 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 15 | 179 | 0 | 0.92 | 0.10 | 0.22 | 306.52 | 0.86 | 0.42 |
| Hex | C7 | F | B3 | 0 | 5C | A | 16 | 133 | 56 | 2A |
| Octal | 307 | 17 | 263 | 0 | 134 | 12 | 26 | 463 | 126 | 52 |
| Binary | 11000111 | 1111 | 10110011 | 0 | 1011100 | 1010 | 10110 | 100110011 | 1010110 | 101010 |
Color Harmonies of #C70FB3
Complementary color
Monochromatic Colors of #C70FB3
Black with #C70FB3
Text Example
Text Example
White with #C70FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70FB3; }
p { color: rgb(199,15,179); }
H1.HeaderClassName
{
color: #C70FB3;
}
.AnyTagClassName
{
color: #C70FB3;
}
</style>
background-color css
<style>
a { background-color: #C70FB3; }
a { background-color: rgb(199,15,179); }
div.DivClassName
{
background-color: #C70FB3;
}
.BgClassName
{
background-color: #C70FB3;
}
</style>
border-color css
<style>
span { border-color: #C70FB3; }
span { border-color: rgb(199,15,179); }
td.TdClassName
{
border-color: #C70FB3;
}
.TagClassName
{
border-color: #C70FB3;
}
</style>