Shades of Medium Violet Red #C626AB
Tints of Medium Violet Red #C626AB
RGB
CMYK
RGB Variations
Color information
#C626AB (or 0xC626AB) is known color: Medium Violet Red. HEX triplet: C6, 26 and AB. RGB value is (198,38,171). Sum of RGB (Red+Green+Blue) = 198+38+171=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C626AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C626AB is #39D954. Grayscale: #646464. Windows color (decimal): -3791189 or 11216582. OLE color: 11216582.
HSL color Cylindrical-coordinate representation of color #C626AB: hue angle of 310.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C626AB is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 171 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.22 |
| HSL | 310.13º | 0.68% | 0.46% | - |
| HSV(B) | 310.13º | 0.81% | 0.78% | - |
| XYZ | 31.33 | 16.33 | 40.03 | - |
| YUV | 101 | 167.51 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 171 | 0 | 0.81 | 0.14 | 0.22 | 310.13 | 0.68 | 0.46 |
| Hex | C6 | 26 | AB | 0 | 51 | E | 16 | 136 | 44 | 2E |
| Octal | 306 | 46 | 253 | 0 | 121 | 16 | 26 | 466 | 104 | 56 |
| Binary | 11000110 | 100110 | 10101011 | 0 | 1010001 | 1110 | 10110 | 100110110 | 1000100 | 101110 |
Color Harmonies of #C626AB
Complementary color
Monochromatic Colors of #C626AB
Black with #C626AB
Text Example
Text Example
White with #C626AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C626AB; }
p { color: rgb(198,38,171); }
H1.HeaderClassName
{
color: #C626AB;
}
.AnyTagClassName
{
color: #C626AB;
}
</style>
background-color css
<style>
a { background-color: #C626AB; }
a { background-color: rgb(198,38,171); }
div.DivClassName
{
background-color: #C626AB;
}
.BgClassName
{
background-color: #C626AB;
}
</style>
border-color css
<style>
span { border-color: #C626AB; }
span { border-color: rgb(198,38,171); }
td.TdClassName
{
border-color: #C626AB;
}
.TagClassName
{
border-color: #C626AB;
}
</style>