Shades of Deep Magenta #C122BB
Tints of Deep Magenta #C122BB
RGB
CMYK
RGB Variations
Color information
#C122BB (or 0xC122BB) is known color: Deep Magenta. HEX triplet: C1, 22 and BB. RGB value is (193,34,187). Sum of RGB (Red+Green+Blue) = 193+34+187=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 34 (13.67% from 255 or 8.21% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C122BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C122BB is #3EDD44. Grayscale: #626262. Windows color (decimal): -4119877 or 12264129. OLE color: 12264129.
HSL color Cylindrical-coordinate representation of color #C122BB: hue angle of 302.26º 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 #C122BB is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 187 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.24 |
| HSL | 302.26º | 0.7% | 0.45% | - |
| HSV(B) | 302.26º | 0.82% | 0.76% | - |
| XYZ | 31.53 | 16.07 | 48.45 | - |
| YUV | 98.98 | 177.68 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 187 | 0 | 0.82 | 0.03 | 0.24 | 302.26 | 0.7 | 0.45 |
| Hex | C1 | 22 | BB | 0 | 52 | 3 | 18 | 12E | 46 | 2D |
| Octal | 301 | 42 | 273 | 0 | 122 | 3 | 30 | 456 | 106 | 55 |
| Binary | 11000001 | 100010 | 10111011 | 0 | 1010010 | 11 | 11000 | 100101110 | 1000110 | 101101 |
Color Harmonies of #C122BB
Complementary color
Monochromatic Colors of #C122BB
Black with #C122BB
Text Example
Text Example
White with #C122BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C122BB; }
p { color: rgb(193,34,187); }
H1.HeaderClassName
{
color: #C122BB;
}
.AnyTagClassName
{
color: #C122BB;
}
</style>
background-color css
<style>
a { background-color: #C122BB; }
a { background-color: rgb(193,34,187); }
div.DivClassName
{
background-color: #C122BB;
}
.BgClassName
{
background-color: #C122BB;
}
</style>
border-color css
<style>
span { border-color: #C122BB; }
span { border-color: rgb(193,34,187); }
td.TdClassName
{
border-color: #C122BB;
}
.TagClassName
{
border-color: #C122BB;
}
</style>