Shades of Deep Magenta #C122CE
Tints of Deep Magenta #C122CE
RGB
CMYK
RGB Variations
Color information
#C122CE (or 0xC122CE) is known color: Deep Magenta. HEX triplet: C1, 22 and CE. RGB value is (193,34,206). Sum of RGB (Red+Green+Blue) = 193+34+206=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #C122CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C122CE is #3EDD31. Grayscale: #646464. Windows color (decimal): -4119858 or 13509313. OLE color: 13509313.
HSL color Cylindrical-coordinate representation of color #C122CE: hue angle of 295.47º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C122CE is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 34 | 206 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.19 |
| HSL | 295.47º | 0.72% | 0.47% | - |
| HSV(B) | 295.47º | 0.83% | 0.81% | - |
| XYZ | 33.7 | 16.94 | 59.89 | - |
| YUV | 101.15 | 187.18 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 206 | 0.06 | 0.83 | 0 | 0.19 | 295.47 | 0.72 | 0.47 |
| Hex | C1 | 22 | CE | 6 | 53 | 0 | 13 | 127 | 48 | 2F |
| Octal | 301 | 42 | 316 | 6 | 123 | 0 | 23 | 447 | 110 | 57 |
| Binary | 11000001 | 100010 | 11001110 | 110 | 1010011 | 0 | 10011 | 100100111 | 1001000 | 101111 |
Color Harmonies of #C122CE
Complementary color
Monochromatic Colors of #C122CE
Black with #C122CE
Text Example
Text Example
White with #C122CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C122CE; }
p { color: rgb(193,34,206); }
H1.HeaderClassName
{
color: #C122CE;
}
.AnyTagClassName
{
color: #C122CE;
}
</style>
background-color css
<style>
a { background-color: #C122CE; }
a { background-color: rgb(193,34,206); }
div.DivClassName
{
background-color: #C122CE;
}
.BgClassName
{
background-color: #C122CE;
}
</style>
border-color css
<style>
span { border-color: #C122CE; }
span { border-color: rgb(193,34,206); }
td.TdClassName
{
border-color: #C122CE;
}
.TagClassName
{
border-color: #C122CE;
}
</style>