Shades of Deep Magenta #C321DC
Tints of Deep Magenta #C321DC
RGB
CMYK
RGB Variations
Color information
#C321DC (or 0xC321DC) is known color: Deep Magenta. HEX triplet: C3, 21 and DC. RGB value is (195,33,220). Sum of RGB (Red+Green+Blue) = 195+33+220=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #C321DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321DC is #3CDE23. Grayscale: #666666. Windows color (decimal): -3989028 or 14426563. OLE color: 14426563.
HSL color Cylindrical-coordinate representation of color #C321DC: hue angle of 291.98º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C321DC is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 33 | 220 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.14 |
| HSL | 291.98º | 0.74% | 0.5% | - |
| HSV(B) | 291.98º | 0.85% | 0.86% | - |
| XYZ | 35.97 | 17.86 | 69.26 | - |
| YUV | 102.76 | 194.17 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 220 | 0.11 | 0.85 | 0 | 0.14 | 291.98 | 0.74 | 0.5 |
| Hex | C3 | 21 | DC | B | 55 | 0 | E | 124 | 4A | 32 |
| Octal | 303 | 41 | 334 | 13 | 125 | 0 | 16 | 444 | 112 | 62 |
| Binary | 11000011 | 100001 | 11011100 | 1011 | 1010101 | 0 | 1110 | 100100100 | 1001010 | 110010 |
Color Harmonies of #C321DC
Complementary color
Monochromatic Colors of #C321DC
Black with #C321DC
Text Example
Text Example
White with #C321DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C321DC; }
p { color: rgb(195,33,220); }
H1.HeaderClassName
{
color: #C321DC;
}
.AnyTagClassName
{
color: #C321DC;
}
</style>
background-color css
<style>
a { background-color: #C321DC; }
a { background-color: rgb(195,33,220); }
div.DivClassName
{
background-color: #C321DC;
}
.BgClassName
{
background-color: #C321DC;
}
</style>
border-color css
<style>
span { border-color: #C321DC; }
span { border-color: rgb(195,33,220); }
td.TdClassName
{
border-color: #C321DC;
}
.TagClassName
{
border-color: #C321DC;
}
</style>