Shades of Deep Magenta #C122B1
Tints of Deep Magenta #C122B1
RGB
CMYK
RGB Variations
Color information
#C122B1 (or 0xC122B1) is known color: Deep Magenta. HEX triplet: C1, 22 and B1. RGB value is (193,34,177). Sum of RGB (Red+Green+Blue) = 193+34+177=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C122B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C122B1 is #3EDD4E. Grayscale: #616161. Windows color (decimal): -4119887 or 11608769. OLE color: 11608769.
HSL color Cylindrical-coordinate representation of color #C122B1: hue angle of 306.04º 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 #C122B1 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 177 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.24 |
| HSL | 306.04º | 0.7% | 0.45% | - |
| HSV(B) | 306.04º | 0.82% | 0.76% | - |
| XYZ | 30.5 | 15.66 | 43.01 | - |
| YUV | 97.84 | 172.68 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 177 | 0 | 0.82 | 0.08 | 0.24 | 306.04 | 0.7 | 0.45 |
| Hex | C1 | 22 | B1 | 0 | 52 | 8 | 18 | 132 | 46 | 2D |
| Octal | 301 | 42 | 261 | 0 | 122 | 10 | 30 | 462 | 106 | 55 |
| Binary | 11000001 | 100010 | 10110001 | 0 | 1010010 | 1000 | 11000 | 100110010 | 1000110 | 101101 |
Color Harmonies of #C122B1
Complementary color
Monochromatic Colors of #C122B1
Black with #C122B1
Text Example
Text Example
White with #C122B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C122B1; }
p { color: rgb(193,34,177); }
H1.HeaderClassName
{
color: #C122B1;
}
.AnyTagClassName
{
color: #C122B1;
}
</style>
background-color css
<style>
a { background-color: #C122B1; }
a { background-color: rgb(193,34,177); }
div.DivClassName
{
background-color: #C122B1;
}
.BgClassName
{
background-color: #C122B1;
}
</style>
border-color css
<style>
span { border-color: #C122B1; }
span { border-color: rgb(193,34,177); }
td.TdClassName
{
border-color: #C122B1;
}
.TagClassName
{
border-color: #C122B1;
}
</style>