Shades of Deep Magenta #C320CC
Tints of Deep Magenta #C320CC
RGB
CMYK
RGB Variations
Color information
#C320CC (or 0xC320CC) is known color: Deep Magenta. HEX triplet: C3, 20 and CC. RGB value is (195,32,204). Sum of RGB (Red+Green+Blue) = 195+32+204=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #C320CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320CC is #3CDF33. Grayscale: #636363. Windows color (decimal): -3989300 or 13377731. OLE color: 13377731.
HSL color Cylindrical-coordinate representation of color #C320CC: hue angle of 296.86º degrees, saturation: 0.73, 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 #C320CC is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 32 | 204 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.2 |
| HSL | 296.86º | 0.73% | 0.46% | - |
| HSV(B) | 296.86º | 0.84% | 0.8% | - |
| XYZ | 33.92 | 16.99 | 58.62 | - |
| YUV | 100.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 204 | 0.04 | 0.84 | 0 | 0.2 | 296.86 | 0.73 | 0.46 |
| Hex | C3 | 20 | CC | 4 | 54 | 0 | 14 | 129 | 49 | 2E |
| Octal | 303 | 40 | 314 | 4 | 124 | 0 | 24 | 451 | 111 | 56 |
| Binary | 11000011 | 100000 | 11001100 | 100 | 1010100 | 0 | 10100 | 100101001 | 1001001 | 101110 |
Color Harmonies of #C320CC
Complementary color
Monochromatic Colors of #C320CC
Black with #C320CC
Text Example
Text Example
White with #C320CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320CC; }
p { color: rgb(195,32,204); }
H1.HeaderClassName
{
color: #C320CC;
}
.AnyTagClassName
{
color: #C320CC;
}
</style>
background-color css
<style>
a { background-color: #C320CC; }
a { background-color: rgb(195,32,204); }
div.DivClassName
{
background-color: #C320CC;
}
.BgClassName
{
background-color: #C320CC;
}
</style>
border-color css
<style>
span { border-color: #C320CC; }
span { border-color: rgb(195,32,204); }
td.TdClassName
{
border-color: #C320CC;
}
.TagClassName
{
border-color: #C320CC;
}
</style>