Shades of Medium Violet Red #C426AC
Tints of Medium Violet Red #C426AC
RGB
CMYK
RGB Variations
Color information
#C426AC (or 0xC426AC) is known color: Medium Violet Red. HEX triplet: C4, 26 and AC. RGB value is (196,38,172). Sum of RGB (Red+Green+Blue) = 196+38+172=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C426AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C426AC is #3BD953. Grayscale: #646464. Windows color (decimal): -3922260 or 11282116. OLE color: 11282116.
HSL color Cylindrical-coordinate representation of color #C426AC: hue angle of 309.11º 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 #C426AC is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 172 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.23 |
| HSL | 309.11º | 0.68% | 0.46% | - |
| HSV(B) | 309.11º | 0.81% | 0.77% | - |
| XYZ | 30.9 | 16.1 | 40.51 | - |
| YUV | 100.52 | 168.35 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 172 | 0 | 0.81 | 0.12 | 0.23 | 309.11 | 0.68 | 0.46 |
| Hex | C4 | 26 | AC | 0 | 51 | C | 17 | 135 | 44 | 2E |
| Octal | 304 | 46 | 254 | 0 | 121 | 14 | 27 | 465 | 104 | 56 |
| Binary | 11000100 | 100110 | 10101100 | 0 | 1010001 | 1100 | 10111 | 100110101 | 1000100 | 101110 |
Color Harmonies of #C426AC
Complementary color
Monochromatic Colors of #C426AC
Black with #C426AC
Text Example
Text Example
White with #C426AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C426AC; }
p { color: rgb(196,38,172); }
H1.HeaderClassName
{
color: #C426AC;
}
.AnyTagClassName
{
color: #C426AC;
}
</style>
background-color css
<style>
a { background-color: #C426AC; }
a { background-color: rgb(196,38,172); }
div.DivClassName
{
background-color: #C426AC;
}
.BgClassName
{
background-color: #C426AC;
}
</style>
border-color css
<style>
span { border-color: #C426AC; }
span { border-color: rgb(196,38,172); }
td.TdClassName
{
border-color: #C426AC;
}
.TagClassName
{
border-color: #C426AC;
}
</style>