Shades of Deep Magenta #C321CC
Tints of Deep Magenta #C321CC
RGB
CMYK
RGB Variations
Color information
#C321CC (or 0xC321CC) is known color: Deep Magenta. HEX triplet: C3, 21 and CC. RGB value is (195,33,204). Sum of RGB (Red+Green+Blue) = 195+33+204=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #C321CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C321CC is #3CDE33. Grayscale: #646464. Windows color (decimal): -3989044 or 13377987. OLE color: 13377987.
HSL color Cylindrical-coordinate representation of color #C321CC: hue angle of 296.84º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C321CC is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 33 | 204 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.2 |
| HSL | 296.84º | 0.72% | 0.46% | - |
| HSV(B) | 296.84º | 0.84% | 0.8% | - |
| XYZ | 33.95 | 17.05 | 58.63 | - |
| YUV | 100.93 | 186.17 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 204 | 0.04 | 0.84 | 0 | 0.2 | 296.84 | 0.72 | 0.46 |
| Hex | C3 | 21 | CC | 4 | 54 | 0 | 14 | 129 | 48 | 2E |
| Octal | 303 | 41 | 314 | 4 | 124 | 0 | 24 | 451 | 110 | 56 |
| Binary | 11000011 | 100001 | 11001100 | 100 | 1010100 | 0 | 10100 | 100101001 | 1001000 | 101110 |
Color Harmonies of #C321CC
Complementary color
Monochromatic Colors of #C321CC
Black with #C321CC
Text Example
Text Example
White with #C321CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C321CC; }
p { color: rgb(195,33,204); }
H1.HeaderClassName
{
color: #C321CC;
}
.AnyTagClassName
{
color: #C321CC;
}
</style>
background-color css
<style>
a { background-color: #C321CC; }
a { background-color: rgb(195,33,204); }
div.DivClassName
{
background-color: #C321CC;
}
.BgClassName
{
background-color: #C321CC;
}
</style>
border-color css
<style>
span { border-color: #C321CC; }
span { border-color: rgb(195,33,204); }
td.TdClassName
{
border-color: #C321CC;
}
.TagClassName
{
border-color: #C321CC;
}
</style>