Shades of Medium Red Violet #C126A6
Tints of Medium Red Violet #C126A6
RGB
CMYK
RGB Variations
Color information
#C126A6 (or 0xC126A6) is known color: Medium Red Violet. HEX triplet: C1, 26 and A6. RGB value is (193,38,166). Sum of RGB (Red+Green+Blue) = 193+38+166=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C126A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C126A6 is #3ED959. Grayscale: #626262. Windows color (decimal): -4118874 or 10888897. OLE color: 10888897.
HSL color Cylindrical-coordinate representation of color #C126A6: hue angle of 310.45º 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 #C126A6 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 166 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.24 |
| HSL | 310.45º | 0.67% | 0.45% | - |
| HSV(B) | 310.45º | 0.8% | 0.76% | - |
| XYZ | 29.57 | 15.48 | 37.51 | - |
| YUV | 98.94 | 165.85 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 166 | 0 | 0.80 | 0.14 | 0.24 | 310.45 | 0.67 | 0.45 |
| Hex | C1 | 26 | A6 | 0 | 50 | E | 18 | 136 | 43 | 2D |
| Octal | 301 | 46 | 246 | 0 | 120 | 16 | 30 | 466 | 103 | 55 |
| Binary | 11000001 | 100110 | 10100110 | 0 | 1010000 | 1110 | 11000 | 100110110 | 1000011 | 101101 |
Color Harmonies of #C126A6
Complementary color
Monochromatic Colors of #C126A6
Black with #C126A6
Text Example
Text Example
White with #C126A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C126A6; }
p { color: rgb(193,38,166); }
H1.HeaderClassName
{
color: #C126A6;
}
.AnyTagClassName
{
color: #C126A6;
}
</style>
background-color css
<style>
a { background-color: #C126A6; }
a { background-color: rgb(193,38,166); }
div.DivClassName
{
background-color: #C126A6;
}
.BgClassName
{
background-color: #C126A6;
}
</style>
border-color css
<style>
span { border-color: #C126A6; }
span { border-color: rgb(193,38,166); }
td.TdClassName
{
border-color: #C126A6;
}
.TagClassName
{
border-color: #C126A6;
}
</style>