Shades of Deep Magenta #C120D2
Tints of Deep Magenta #C120D2
RGB
CMYK
RGB Variations
Color information
#C120D2 (or 0xC120D2) is known color: Deep Magenta. HEX triplet: C1, 20 and D2. RGB value is (193,32,210). Sum of RGB (Red+Green+Blue) = 193+32+210=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 32 (12.89% from 255 or 7.36% from 435); Blue value is 210 (82.42% from 255 or 48.28% from 435); Max value from RGB is 210 - color contains mainly: blue. Hex color #C120D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120D2 is #3EDF2D. Grayscale: #636363. Windows color (decimal): -4120366 or 13770945. OLE color: 13770945.
HSL color Cylindrical-coordinate representation of color #C120D2: hue angle of 294.27º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C120D2 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 32 | 210 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.18 |
| HSL | 294.27º | 0.74% | 0.47% | - |
| HSV(B) | 294.27º | 0.85% | 0.82% | - |
| XYZ | 34.14 | 17.02 | 62.46 | - |
| YUV | 100.43 | 189.84 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 210 | 0.08 | 0.85 | 0 | 0.18 | 294.27 | 0.74 | 0.47 |
| Hex | C1 | 20 | D2 | 8 | 55 | 0 | 12 | 126 | 4A | 2F |
| Octal | 301 | 40 | 322 | 10 | 125 | 0 | 22 | 446 | 112 | 57 |
| Binary | 11000001 | 100000 | 11010010 | 1000 | 1010101 | 0 | 10010 | 100100110 | 1001010 | 101111 |
Color Harmonies of #C120D2
Complementary color
Monochromatic Colors of #C120D2
Black with #C120D2
Text Example
Text Example
White with #C120D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120D2; }
p { color: rgb(193,32,210); }
H1.HeaderClassName
{
color: #C120D2;
}
.AnyTagClassName
{
color: #C120D2;
}
</style>
background-color css
<style>
a { background-color: #C120D2; }
a { background-color: rgb(193,32,210); }
div.DivClassName
{
background-color: #C120D2;
}
.BgClassName
{
background-color: #C120D2;
}
</style>
border-color css
<style>
span { border-color: #C120D2; }
span { border-color: rgb(193,32,210); }
td.TdClassName
{
border-color: #C120D2;
}
.TagClassName
{
border-color: #C120D2;
}
</style>