Shades of Deep Magenta #C126BC
Tints of Deep Magenta #C126BC
RGB
CMYK
RGB Variations
Color information
#C126BC (or 0xC126BC) is known color: Deep Magenta. HEX triplet: C1, 26 and BC. RGB value is (193,38,188). Sum of RGB (Red+Green+Blue) = 193+38+188=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C126BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C126BC is #3ED943. Grayscale: #656565. Windows color (decimal): -4118852 or 12330689. OLE color: 12330689.
HSL color Cylindrical-coordinate representation of color #C126BC: hue angle of 301.94º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C126BC is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 188 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.24 |
| HSL | 301.94º | 0.67% | 0.45% | - |
| HSV(B) | 301.94º | 0.8% | 0.76% | - |
| XYZ | 31.76 | 16.35 | 49.06 | - |
| YUV | 101.45 | 176.85 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 188 | 0 | 0.80 | 0.03 | 0.24 | 301.94 | 0.67 | 0.45 |
| Hex | C1 | 26 | BC | 0 | 50 | 3 | 18 | 12E | 43 | 2D |
| Octal | 301 | 46 | 274 | 0 | 120 | 3 | 30 | 456 | 103 | 55 |
| Binary | 11000001 | 100110 | 10111100 | 0 | 1010000 | 11 | 11000 | 100101110 | 1000011 | 101101 |
Color Harmonies of #C126BC
Complementary color
Monochromatic Colors of #C126BC
Black with #C126BC
Text Example
Text Example
White with #C126BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C126BC; }
p { color: rgb(193,38,188); }
H1.HeaderClassName
{
color: #C126BC;
}
.AnyTagClassName
{
color: #C126BC;
}
</style>
background-color css
<style>
a { background-color: #C126BC; }
a { background-color: rgb(193,38,188); }
div.DivClassName
{
background-color: #C126BC;
}
.BgClassName
{
background-color: #C126BC;
}
</style>
border-color css
<style>
span { border-color: #C126BC; }
span { border-color: rgb(193,38,188); }
td.TdClassName
{
border-color: #C126BC;
}
.TagClassName
{
border-color: #C126BC;
}
</style>