Shades of Medium Violet Red #C426A6
Tints of Medium Violet Red #C426A6
RGB
CMYK
RGB Variations
Color information
#C426A6 (or 0xC426A6) is known color: Medium Violet Red. HEX triplet: C4, 26 and A6. RGB value is (196,38,166). Sum of RGB (Red+Green+Blue) = 196+38+166=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 166 (65.23% from 255 or 41.5% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C426A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C426A6 is #3BD959. Grayscale: #636363. Windows color (decimal): -3922266 or 10888900. OLE color: 10888900.
HSL color Cylindrical-coordinate representation of color #C426A6: hue angle of 311.39º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C426A6 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 166 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.23 |
| HSL | 311.39º | 0.68% | 0.46% | - |
| HSV(B) | 311.39º | 0.81% | 0.77% | - |
| XYZ | 30.34 | 15.88 | 37.54 | - |
| YUV | 99.83 | 165.35 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 166 | 0 | 0.81 | 0.15 | 0.23 | 311.39 | 0.68 | 0.46 |
| Hex | C4 | 26 | A6 | 0 | 51 | F | 17 | 137 | 44 | 2E |
| Octal | 304 | 46 | 246 | 0 | 121 | 17 | 27 | 467 | 104 | 56 |
| Binary | 11000100 | 100110 | 10100110 | 0 | 1010001 | 1111 | 10111 | 100110111 | 1000100 | 101110 |
Color Harmonies of #C426A6
Complementary color
Monochromatic Colors of #C426A6
Black with #C426A6
Text Example
Text Example
White with #C426A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C426A6; }
p { color: rgb(196,38,166); }
H1.HeaderClassName
{
color: #C426A6;
}
.AnyTagClassName
{
color: #C426A6;
}
</style>
background-color css
<style>
a { background-color: #C426A6; }
a { background-color: rgb(196,38,166); }
div.DivClassName
{
background-color: #C426A6;
}
.BgClassName
{
background-color: #C426A6;
}
</style>
border-color css
<style>
span { border-color: #C426A6; }
span { border-color: rgb(196,38,166); }
td.TdClassName
{
border-color: #C426A6;
}
.TagClassName
{
border-color: #C426A6;
}
</style>