Shades of Deep Magenta #C120CD
Tints of Deep Magenta #C120CD
RGB
CMYK
RGB Variations
Color information
#C120CD (or 0xC120CD) is known color: Deep Magenta. HEX triplet: C1, 20 and CD. RGB value is (193,32,205). Sum of RGB (Red+Green+Blue) = 193+32+205=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #C120CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120CD is #3EDF32. Grayscale: #636363. Windows color (decimal): -4120371 or 13443265. OLE color: 13443265.
HSL color Cylindrical-coordinate representation of color #C120CD: hue angle of 295.84º 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 #C120CD is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 32 | 205 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.20 |
| HSL | 295.84º | 0.73% | 0.46% | - |
| HSV(B) | 295.84º | 0.84% | 0.8% | - |
| XYZ | 33.53 | 16.78 | 59.23 | - |
| YUV | 99.86 | 187.34 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 205 | 0.06 | 0.84 | 0 | 0.20 | 295.84 | 0.73 | 0.46 |
| Hex | C1 | 20 | CD | 6 | 54 | 0 | 14 | 128 | 49 | 2E |
| Octal | 301 | 40 | 315 | 6 | 124 | 0 | 24 | 450 | 111 | 56 |
| Binary | 11000001 | 100000 | 11001101 | 110 | 1010100 | 0 | 10100 | 100101000 | 1001001 | 101110 |
Color Harmonies of #C120CD
Complementary color
Monochromatic Colors of #C120CD
Black with #C120CD
Text Example
Text Example
White with #C120CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120CD; }
p { color: rgb(193,32,205); }
H1.HeaderClassName
{
color: #C120CD;
}
.AnyTagClassName
{
color: #C120CD;
}
</style>
background-color css
<style>
a { background-color: #C120CD; }
a { background-color: rgb(193,32,205); }
div.DivClassName
{
background-color: #C120CD;
}
.BgClassName
{
background-color: #C120CD;
}
</style>
border-color css
<style>
span { border-color: #C120CD; }
span { border-color: rgb(193,32,205); }
td.TdClassName
{
border-color: #C120CD;
}
.TagClassName
{
border-color: #C120CD;
}
</style>