Shades of Deep Magenta #C320DF
Tints of Deep Magenta #C320DF
RGB
CMYK
RGB Variations
Color information
#C320DF (or 0xC320DF) is known color: Deep Magenta. HEX triplet: C3, 20 and DF. RGB value is (195,32,223). Sum of RGB (Red+Green+Blue) = 195+32+223=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 32 (12.89% from 255 or 7.11% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #C320DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320DF is #3CDF20. Grayscale: #656565. Windows color (decimal): -3989281 or 14622915. OLE color: 14622915.
HSL color Cylindrical-coordinate representation of color #C320DF: hue angle of 291.2º 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 #C320DF is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 32 | 223 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.13 |
| HSL | 291.2º | 0.75% | 0.5% | - |
| HSV(B) | 291.2º | 0.86% | 0.87% | - |
| XYZ | 36.34 | 17.96 | 71.36 | - |
| YUV | 102.51 | 196 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 223 | 0.13 | 0.86 | 0 | 0.13 | 291.2 | 0.75 | 0.5 |
| Hex | C3 | 20 | DF | D | 56 | 0 | D | 123 | 4B | 32 |
| Octal | 303 | 40 | 337 | 15 | 126 | 0 | 15 | 443 | 113 | 62 |
| Binary | 11000011 | 100000 | 11011111 | 1101 | 1010110 | 0 | 1101 | 100100011 | 1001011 | 110010 |
Color Harmonies of #C320DF
Complementary color
Monochromatic Colors of #C320DF
Black with #C320DF
Text Example
Text Example
White with #C320DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320DF; }
p { color: rgb(195,32,223); }
H1.HeaderClassName
{
color: #C320DF;
}
.AnyTagClassName
{
color: #C320DF;
}
</style>
background-color css
<style>
a { background-color: #C320DF; }
a { background-color: rgb(195,32,223); }
div.DivClassName
{
background-color: #C320DF;
}
.BgClassName
{
background-color: #C320DF;
}
</style>
border-color css
<style>
span { border-color: #C320DF; }
span { border-color: rgb(195,32,223); }
td.TdClassName
{
border-color: #C320DF;
}
.TagClassName
{
border-color: #C320DF;
}
</style>