Shades of Deep Magenta #C70CD3
Tints of Deep Magenta #C70CD3
RGB
CMYK
RGB Variations
Color information
#C70CD3 (or 0xC70CD3) is known color: Deep Magenta. HEX triplet: C7, 0C and D3. RGB value is (199,12,211). Sum of RGB (Red+Green+Blue) = 199+12+211=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 211 (82.81% from 255 or 50% from 422); Max value from RGB is 211 - color contains mainly: blue. Hex color #C70CD3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C70CD3 is #38F32C. Grayscale: #595959. Windows color (decimal): -3732269 or 13831367. OLE color: 13831367.
HSL color Cylindrical-coordinate representation of color #C70CD3: hue angle of 296.38º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70CD3 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 12 | 211 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.17 |
| HSL | 296.38º | 0.89% | 0.44% | - |
| HSV(B) | 296.38º | 0.94% | 0.83% | - |
| XYZ | 35.44 | 17.11 | 63.06 | - |
| YUV | 90.6 | 195.95 | 205.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 12 | 211 | 0.06 | 0.94 | 0 | 0.17 | 296.38 | 0.89 | 0.44 |
| Hex | C7 | C | D3 | 6 | 5E | 0 | 11 | 128 | 59 | 2C |
| Octal | 307 | 14 | 323 | 6 | 136 | 0 | 21 | 450 | 131 | 54 |
| Binary | 11000111 | 1100 | 11010011 | 110 | 1011110 | 0 | 10001 | 100101000 | 1011001 | 101100 |
Color Harmonies of #C70CD3
Complementary color
Monochromatic Colors of #C70CD3
Black with #C70CD3
Text Example
Text Example
White with #C70CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70CD3; }
p { color: rgb(199,12,211); }
H1.HeaderClassName
{
color: #C70CD3;
}
.AnyTagClassName
{
color: #C70CD3;
}
</style>
background-color css
<style>
a { background-color: #C70CD3; }
a { background-color: rgb(199,12,211); }
div.DivClassName
{
background-color: #C70CD3;
}
.BgClassName
{
background-color: #C70CD3;
}
</style>
border-color css
<style>
span { border-color: #C70CD3; }
span { border-color: rgb(199,12,211); }
td.TdClassName
{
border-color: #C70CD3;
}
.TagClassName
{
border-color: #C70CD3;
}
</style>