Shades of Deep Magenta #C320E0
Tints of Deep Magenta #C320E0
RGB
CMYK
RGB Variations
Color information
#C320E0 (or 0xC320E0) is known color: Deep Magenta. HEX triplet: C3, 20 and E0. RGB value is (195,32,224). Sum of RGB (Red+Green+Blue) = 195+32+224=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 32 (12.89% from 255 or 7.10% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #C320E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320E0 is #3CDF1F. Grayscale: #666666. Windows color (decimal): -3989280 or 14688451. OLE color: 14688451.
HSL color Cylindrical-coordinate representation of color #C320E0: hue angle of 290.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C320E0 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 32 | 224 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.12 |
| HSL | 290.94º | 0.76% | 0.5% | - |
| HSV(B) | 290.94º | 0.86% | 0.88% | - |
| XYZ | 36.48 | 18.02 | 72.08 | - |
| YUV | 102.63 | 196.5 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 224 | 0.13 | 0.86 | 0 | 0.12 | 290.94 | 0.76 | 0.5 |
| Hex | C3 | 20 | E0 | D | 56 | 0 | C | 123 | 4C | 32 |
| Octal | 303 | 40 | 340 | 15 | 126 | 0 | 14 | 443 | 114 | 62 |
| Binary | 11000011 | 100000 | 11100000 | 1101 | 1010110 | 0 | 1100 | 100100011 | 1001100 | 110010 |
Color Harmonies of #C320E0
Complementary color
Monochromatic Colors of #C320E0
Black with #C320E0
Text Example
Text Example
White with #C320E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320E0; }
p { color: rgb(195,32,224); }
H1.HeaderClassName
{
color: #C320E0;
}
.AnyTagClassName
{
color: #C320E0;
}
</style>
background-color css
<style>
a { background-color: #C320E0; }
a { background-color: rgb(195,32,224); }
div.DivClassName
{
background-color: #C320E0;
}
.BgClassName
{
background-color: #C320E0;
}
</style>
border-color css
<style>
span { border-color: #C320E0; }
span { border-color: rgb(195,32,224); }
td.TdClassName
{
border-color: #C320E0;
}
.TagClassName
{
border-color: #C320E0;
}
</style>