Shades of Deep Magenta #C322DD
Tints of Deep Magenta #C322DD
RGB
CMYK
RGB Variations
Color information
#C322DD (or 0xC322DD) is known color: Deep Magenta. HEX triplet: C3, 22 and DD. RGB value is (195,34,221). Sum of RGB (Red+Green+Blue) = 195+34+221=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 34 (13.67% from 255 or 7.56% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #C322DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C322DD is #3CDD22. Grayscale: #666666. Windows color (decimal): -3988771 or 14492355. OLE color: 14492355.
HSL color Cylindrical-coordinate representation of color #C322DD: hue angle of 291.66º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C322DD is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 34 | 221 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.13 |
| HSL | 291.66º | 0.73% | 0.5% | - |
| HSV(B) | 291.66º | 0.85% | 0.87% | - |
| XYZ | 36.13 | 17.97 | 69.97 | - |
| YUV | 103.46 | 194.34 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 221 | 0.12 | 0.85 | 0 | 0.13 | 291.66 | 0.73 | 0.5 |
| Hex | C3 | 22 | DD | C | 55 | 0 | D | 124 | 49 | 32 |
| Octal | 303 | 42 | 335 | 14 | 125 | 0 | 15 | 444 | 111 | 62 |
| Binary | 11000011 | 100010 | 11011101 | 1100 | 1010101 | 0 | 1101 | 100100100 | 1001001 | 110010 |
Color Harmonies of #C322DD
Complementary color
Monochromatic Colors of #C322DD
Black with #C322DD
Text Example
Text Example
White with #C322DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C322DD; }
p { color: rgb(195,34,221); }
H1.HeaderClassName
{
color: #C322DD;
}
.AnyTagClassName
{
color: #C322DD;
}
</style>
background-color css
<style>
a { background-color: #C322DD; }
a { background-color: rgb(195,34,221); }
div.DivClassName
{
background-color: #C322DD;
}
.BgClassName
{
background-color: #C322DD;
}
</style>
border-color css
<style>
span { border-color: #C322DD; }
span { border-color: rgb(195,34,221); }
td.TdClassName
{
border-color: #C322DD;
}
.TagClassName
{
border-color: #C322DD;
}
</style>