Shades of Deep Magenta #C321CE
Tints of Deep Magenta #C321CE
RGB
CMYK
RGB Variations
Color information
#C321CE (or 0xC321CE) is known color: Deep Magenta. HEX triplet: C3, 21 and CE. RGB value is (195,33,206). Sum of RGB (Red+Green+Blue) = 195+33+206=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #C321CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321CE is #3CDE31. Grayscale: #646464. Windows color (decimal): -3989042 or 13509059. OLE color: 13509059.
HSL color Cylindrical-coordinate representation of color #C321CE: hue angle of 296.18º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C321CE is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 33 | 206 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.19 |
| HSL | 296.19º | 0.72% | 0.47% | - |
| HSV(B) | 296.19º | 0.84% | 0.81% | - |
| XYZ | 34.19 | 17.15 | 59.9 | - |
| YUV | 101.16 | 187.17 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 206 | 0.05 | 0.84 | 0 | 0.19 | 296.19 | 0.72 | 0.47 |
| Hex | C3 | 21 | CE | 5 | 54 | 0 | 13 | 128 | 48 | 2F |
| Octal | 303 | 41 | 316 | 5 | 124 | 0 | 23 | 450 | 110 | 57 |
| Binary | 11000011 | 100001 | 11001110 | 101 | 1010100 | 0 | 10011 | 100101000 | 1001000 | 101111 |
Color Harmonies of #C321CE
Complementary color
Monochromatic Colors of #C321CE
Black with #C321CE
Text Example
Text Example
White with #C321CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C321CE; }
p { color: rgb(195,33,206); }
H1.HeaderClassName
{
color: #C321CE;
}
.AnyTagClassName
{
color: #C321CE;
}
</style>
background-color css
<style>
a { background-color: #C321CE; }
a { background-color: rgb(195,33,206); }
div.DivClassName
{
background-color: #C321CE;
}
.BgClassName
{
background-color: #C321CE;
}
</style>
border-color css
<style>
span { border-color: #C321CE; }
span { border-color: rgb(195,33,206); }
td.TdClassName
{
border-color: #C321CE;
}
.TagClassName
{
border-color: #C321CE;
}
</style>