Shades of Deep Magenta #C126B3
Tints of Deep Magenta #C126B3
RGB
CMYK
RGB Variations
Color information
#C126B3 (or 0xC126B3) is known color: Deep Magenta. HEX triplet: C1, 26 and B3. RGB value is (193,38,179). Sum of RGB (Red+Green+Blue) = 193+38+179=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C126B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C126B3 is #3ED94C. Grayscale: #646464. Windows color (decimal): -4118861 or 11740865. OLE color: 11740865.
HSL color Cylindrical-coordinate representation of color #C126B3: hue angle of 305.42º 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 #C126B3 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 179 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.24 |
| HSL | 305.42º | 0.67% | 0.45% | - |
| HSV(B) | 305.42º | 0.8% | 0.76% | - |
| XYZ | 30.82 | 15.98 | 44.11 | - |
| YUV | 100.42 | 172.35 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 179 | 0 | 0.80 | 0.07 | 0.24 | 305.42 | 0.67 | 0.45 |
| Hex | C1 | 26 | B3 | 0 | 50 | 7 | 18 | 131 | 43 | 2D |
| Octal | 301 | 46 | 263 | 0 | 120 | 7 | 30 | 461 | 103 | 55 |
| Binary | 11000001 | 100110 | 10110011 | 0 | 1010000 | 111 | 11000 | 100110001 | 1000011 | 101101 |
Color Harmonies of #C126B3
Complementary color
Monochromatic Colors of #C126B3
Black with #C126B3
Text Example
Text Example
White with #C126B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C126B3; }
p { color: rgb(193,38,179); }
H1.HeaderClassName
{
color: #C126B3;
}
.AnyTagClassName
{
color: #C126B3;
}
</style>
background-color css
<style>
a { background-color: #C126B3; }
a { background-color: rgb(193,38,179); }
div.DivClassName
{
background-color: #C126B3;
}
.BgClassName
{
background-color: #C126B3;
}
</style>
border-color css
<style>
span { border-color: #C126B3; }
span { border-color: rgb(193,38,179); }
td.TdClassName
{
border-color: #C126B3;
}
.TagClassName
{
border-color: #C126B3;
}
</style>