Shades of Deep Magenta #C322CE
Tints of Deep Magenta #C322CE
RGB
CMYK
RGB Variations
Color information
#C322CE (or 0xC322CE) is known color: Deep Magenta. HEX triplet: C3, 22 and CE. RGB value is (195,34,206). Sum of RGB (Red+Green+Blue) = 195+34+206=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 34 (13.67% from 255 or 7.82% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #C322CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C322CE is #3CDD31. Grayscale: #656565. Windows color (decimal): -3988786 or 13509315. OLE color: 13509315.
HSL color Cylindrical-coordinate representation of color #C322CE: hue angle of 296.16º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C322CE is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 34 | 206 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.19 |
| HSL | 296.16º | 0.72% | 0.47% | - |
| HSV(B) | 296.16º | 0.83% | 0.81% | - |
| XYZ | 34.22 | 17.2 | 59.91 | - |
| YUV | 101.75 | 186.84 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 34 | 206 | 0.05 | 0.83 | 0 | 0.19 | 296.16 | 0.72 | 0.47 |
| Hex | C3 | 22 | CE | 5 | 53 | 0 | 13 | 128 | 48 | 2F |
| Octal | 303 | 42 | 316 | 5 | 123 | 0 | 23 | 450 | 110 | 57 |
| Binary | 11000011 | 100010 | 11001110 | 101 | 1010011 | 0 | 10011 | 100101000 | 1001000 | 101111 |
Color Harmonies of #C322CE
Complementary color
Monochromatic Colors of #C322CE
Black with #C322CE
Text Example
Text Example
White with #C322CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C322CE; }
p { color: rgb(195,34,206); }
H1.HeaderClassName
{
color: #C322CE;
}
.AnyTagClassName
{
color: #C322CE;
}
</style>
background-color css
<style>
a { background-color: #C322CE; }
a { background-color: rgb(195,34,206); }
div.DivClassName
{
background-color: #C322CE;
}
.BgClassName
{
background-color: #C322CE;
}
</style>
border-color css
<style>
span { border-color: #C322CE; }
span { border-color: rgb(195,34,206); }
td.TdClassName
{
border-color: #C322CE;
}
.TagClassName
{
border-color: #C322CE;
}
</style>