Shades of Medium Red Violet #C126A8
Tints of Medium Red Violet #C126A8
RGB
CMYK
RGB Variations
Color information
#C126A8 (or 0xC126A8) is known color: Medium Red Violet. HEX triplet: C1, 26 and A8. RGB value is (193,38,168). Sum of RGB (Red+Green+Blue) = 193+38+168=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C126A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C126A8 is #3ED957. Grayscale: #626262. Windows color (decimal): -4118872 or 11019969. OLE color: 11019969.
HSL color Cylindrical-coordinate representation of color #C126A8: hue angle of 309.68º 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 #C126A8 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 168 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.24 |
| HSL | 309.68º | 0.67% | 0.45% | - |
| HSV(B) | 309.68º | 0.8% | 0.76% | - |
| XYZ | 29.75 | 15.55 | 38.48 | - |
| YUV | 99.17 | 166.85 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 168 | 0 | 0.80 | 0.13 | 0.24 | 309.68 | 0.67 | 0.45 |
| Hex | C1 | 26 | A8 | 0 | 50 | D | 18 | 136 | 43 | 2D |
| Octal | 301 | 46 | 250 | 0 | 120 | 15 | 30 | 466 | 103 | 55 |
| Binary | 11000001 | 100110 | 10101000 | 0 | 1010000 | 1101 | 11000 | 100110110 | 1000011 | 101101 |
Color Harmonies of #C126A8
Complementary color
Monochromatic Colors of #C126A8
Black with #C126A8
Text Example
Text Example
White with #C126A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C126A8; }
p { color: rgb(193,38,168); }
H1.HeaderClassName
{
color: #C126A8;
}
.AnyTagClassName
{
color: #C126A8;
}
</style>
background-color css
<style>
a { background-color: #C126A8; }
a { background-color: rgb(193,38,168); }
div.DivClassName
{
background-color: #C126A8;
}
.BgClassName
{
background-color: #C126A8;
}
</style>
border-color css
<style>
span { border-color: #C126A8; }
span { border-color: rgb(193,38,168); }
td.TdClassName
{
border-color: #C126A8;
}
.TagClassName
{
border-color: #C126A8;
}
</style>