Shades of Deep Magenta #C122BE
Tints of Deep Magenta #C122BE
RGB
CMYK
RGB Variations
Color information
#C122BE (or 0xC122BE) is known color: Deep Magenta. HEX triplet: C1, 22 and BE. RGB value is (193,34,190). Sum of RGB (Red+Green+Blue) = 193+34+190=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C122BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C122BE is #3EDD41. Grayscale: #626262. Windows color (decimal): -4119874 or 12460737. OLE color: 12460737.
HSL color Cylindrical-coordinate representation of color #C122BE: hue angle of 301.13º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C122BE is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 190 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.24 |
| HSL | 301.13º | 0.7% | 0.45% | - |
| HSV(B) | 301.13º | 0.82% | 0.76% | - |
| XYZ | 31.86 | 16.2 | 50.16 | - |
| YUV | 99.33 | 179.18 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 190 | 0 | 0.82 | 0.02 | 0.24 | 301.13 | 0.7 | 0.45 |
| Hex | C1 | 22 | BE | 0 | 52 | 2 | 18 | 12D | 46 | 2D |
| Octal | 301 | 42 | 276 | 0 | 122 | 2 | 30 | 455 | 106 | 55 |
| Binary | 11000001 | 100010 | 10111110 | 0 | 1010010 | 10 | 11000 | 100101101 | 1000110 | 101101 |
Color Harmonies of #C122BE
Complementary color
Monochromatic Colors of #C122BE
Black with #C122BE
Text Example
Text Example
White with #C122BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C122BE; }
p { color: rgb(193,34,190); }
H1.HeaderClassName
{
color: #C122BE;
}
.AnyTagClassName
{
color: #C122BE;
}
</style>
background-color css
<style>
a { background-color: #C122BE; }
a { background-color: rgb(193,34,190); }
div.DivClassName
{
background-color: #C122BE;
}
.BgClassName
{
background-color: #C122BE;
}
</style>
border-color css
<style>
span { border-color: #C122BE; }
span { border-color: rgb(193,34,190); }
td.TdClassName
{
border-color: #C122BE;
}
.TagClassName
{
border-color: #C122BE;
}
</style>