Shades of Deep Magenta #C320CD
Tints of Deep Magenta #C320CD
RGB
CMYK
RGB Variations
Color information
#C320CD (or 0xC320CD) is known color: Deep Magenta. HEX triplet: C3, 20 and CD. RGB value is (195,32,205). Sum of RGB (Red+Green+Blue) = 195+32+205=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 32 (12.89% from 255 or 7.41% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #C320CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C320CD is #3CDF32. Grayscale: #636363. Windows color (decimal): -3989299 or 13443267. OLE color: 13443267.
HSL color Cylindrical-coordinate representation of color #C320CD: hue angle of 296.53º 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 #C320CD is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 32 | 205 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.20 |
| HSL | 296.53º | 0.73% | 0.46% | - |
| HSV(B) | 296.53º | 0.84% | 0.8% | - |
| XYZ | 34.04 | 17.04 | 59.25 | - |
| YUV | 100.46 | 187 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 205 | 0.05 | 0.84 | 0 | 0.20 | 296.53 | 0.73 | 0.46 |
| Hex | C3 | 20 | CD | 5 | 54 | 0 | 14 | 129 | 49 | 2E |
| Octal | 303 | 40 | 315 | 5 | 124 | 0 | 24 | 451 | 111 | 56 |
| Binary | 11000011 | 100000 | 11001101 | 101 | 1010100 | 0 | 10100 | 100101001 | 1001001 | 101110 |
Color Harmonies of #C320CD
Complementary color
Monochromatic Colors of #C320CD
Black with #C320CD
Text Example
Text Example
White with #C320CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C320CD; }
p { color: rgb(195,32,205); }
H1.HeaderClassName
{
color: #C320CD;
}
.AnyTagClassName
{
color: #C320CD;
}
</style>
background-color css
<style>
a { background-color: #C320CD; }
a { background-color: rgb(195,32,205); }
div.DivClassName
{
background-color: #C320CD;
}
.BgClassName
{
background-color: #C320CD;
}
</style>
border-color css
<style>
span { border-color: #C320CD; }
span { border-color: rgb(195,32,205); }
td.TdClassName
{
border-color: #C320CD;
}
.TagClassName
{
border-color: #C320CD;
}
</style>