Shades of Deep Magenta #C320DC
Tints of Deep Magenta #C320DC
RGB
CMYK
RGB Variations
Color information
#C320DC (or 0xC320DC) is known color: Deep Magenta. HEX triplet: C3, 20 and DC. RGB value is (195,32,220). Sum of RGB (Red+Green+Blue) = 195+32+220=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #C320DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320DC is #3CDF23. Grayscale: #656565. Windows color (decimal): -3989284 or 14426307. OLE color: 14426307.
HSL color Cylindrical-coordinate representation of color #C320DC: hue angle of 292.02º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C320DC is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 32 | 220 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.14 |
| HSL | 292.02º | 0.75% | 0.49% | - |
| HSV(B) | 292.02º | 0.85% | 0.86% | - |
| XYZ | 35.94 | 17.8 | 69.25 | - |
| YUV | 102.17 | 194.5 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 220 | 0.11 | 0.85 | 0 | 0.14 | 292.02 | 0.75 | 0.49 |
| Hex | C3 | 20 | DC | B | 55 | 0 | E | 124 | 4B | 31 |
| Octal | 303 | 40 | 334 | 13 | 125 | 0 | 16 | 444 | 113 | 61 |
| Binary | 11000011 | 100000 | 11011100 | 1011 | 1010101 | 0 | 1110 | 100100100 | 1001011 | 110001 |
Color Harmonies of #C320DC
Complementary color
Monochromatic Colors of #C320DC
Black with #C320DC
Text Example
Text Example
White with #C320DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320DC; }
p { color: rgb(195,32,220); }
H1.HeaderClassName
{
color: #C320DC;
}
.AnyTagClassName
{
color: #C320DC;
}
</style>
background-color css
<style>
a { background-color: #C320DC; }
a { background-color: rgb(195,32,220); }
div.DivClassName
{
background-color: #C320DC;
}
.BgClassName
{
background-color: #C320DC;
}
</style>
border-color css
<style>
span { border-color: #C320DC; }
span { border-color: rgb(195,32,220); }
td.TdClassName
{
border-color: #C320DC;
}
.TagClassName
{
border-color: #C320DC;
}
</style>