Shades of Deep Magenta #C320DD
Tints of Deep Magenta #C320DD
RGB
CMYK
RGB Variations
Color information
#C320DD (or 0xC320DD) is known color: Deep Magenta. HEX triplet: C3, 20 and DD. RGB value is (195,32,221). Sum of RGB (Red+Green+Blue) = 195+32+221=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 32 (12.89% from 255 or 7.14% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #C320DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320DD is #3CDF22. Grayscale: #656565. Windows color (decimal): -3989283 or 14491843. OLE color: 14491843.
HSL color Cylindrical-coordinate representation of color #C320DD: hue angle of 291.75º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C320DD is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 32 | 221 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.13 |
| HSL | 291.75º | 0.75% | 0.5% | - |
| HSV(B) | 291.75º | 0.86% | 0.87% | - |
| XYZ | 36.07 | 17.86 | 69.95 | - |
| YUV | 102.28 | 195 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 221 | 0.12 | 0.86 | 0 | 0.13 | 291.75 | 0.75 | 0.5 |
| Hex | C3 | 20 | DD | C | 56 | 0 | D | 124 | 4B | 32 |
| Octal | 303 | 40 | 335 | 14 | 126 | 0 | 15 | 444 | 113 | 62 |
| Binary | 11000011 | 100000 | 11011101 | 1100 | 1010110 | 0 | 1101 | 100100100 | 1001011 | 110010 |
Color Harmonies of #C320DD
Complementary color
Monochromatic Colors of #C320DD
Black with #C320DD
Text Example
Text Example
White with #C320DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320DD; }
p { color: rgb(195,32,221); }
H1.HeaderClassName
{
color: #C320DD;
}
.AnyTagClassName
{
color: #C320DD;
}
</style>
background-color css
<style>
a { background-color: #C320DD; }
a { background-color: rgb(195,32,221); }
div.DivClassName
{
background-color: #C320DD;
}
.BgClassName
{
background-color: #C320DD;
}
</style>
border-color css
<style>
span { border-color: #C320DD; }
span { border-color: rgb(195,32,221); }
td.TdClassName
{
border-color: #C320DD;
}
.TagClassName
{
border-color: #C320DD;
}
</style>