Shades of Deep Magenta #C120CE
Tints of Deep Magenta #C120CE
RGB
CMYK
RGB Variations
Color information
#C120CE (or 0xC120CE) is known color: Deep Magenta. HEX triplet: C1, 20 and CE. RGB value is (193,32,206). Sum of RGB (Red+Green+Blue) = 193+32+206=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #C120CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C120CE is #3EDF31. Grayscale: #636363. Windows color (decimal): -4120370 or 13508801. OLE color: 13508801.
HSL color Cylindrical-coordinate representation of color #C120CE: hue angle of 295.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C120CE is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 32 | 206 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.19 |
| HSL | 295.52º | 0.73% | 0.47% | - |
| HSV(B) | 295.52º | 0.84% | 0.81% | - |
| XYZ | 33.65 | 16.83 | 59.87 | - |
| YUV | 99.98 | 187.84 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 206 | 0.06 | 0.84 | 0 | 0.19 | 295.52 | 0.73 | 0.47 |
| Hex | C1 | 20 | CE | 6 | 54 | 0 | 13 | 128 | 49 | 2F |
| Octal | 301 | 40 | 316 | 6 | 124 | 0 | 23 | 450 | 111 | 57 |
| Binary | 11000001 | 100000 | 11001110 | 110 | 1010100 | 0 | 10011 | 100101000 | 1001001 | 101111 |
Color Harmonies of #C120CE
Complementary color
Monochromatic Colors of #C120CE
Black with #C120CE
Text Example
Text Example
White with #C120CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C120CE; }
p { color: rgb(193,32,206); }
H1.HeaderClassName
{
color: #C120CE;
}
.AnyTagClassName
{
color: #C120CE;
}
</style>
background-color css
<style>
a { background-color: #C120CE; }
a { background-color: rgb(193,32,206); }
div.DivClassName
{
background-color: #C120CE;
}
.BgClassName
{
background-color: #C120CE;
}
</style>
border-color css
<style>
span { border-color: #C120CE; }
span { border-color: rgb(193,32,206); }
td.TdClassName
{
border-color: #C120CE;
}
.TagClassName
{
border-color: #C120CE;
}
</style>