Shades of Medium Violet Red #C61AAB
Tints of Medium Violet Red #C61AAB
RGB
CMYK
RGB Variations
Color information
#C61AAB (or 0xC61AAB) is known color: Medium Violet Red. HEX triplet: C6, 1A and AB. RGB value is (198,26,171). Sum of RGB (Red+Green+Blue) = 198+26+171=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61AAB is #39E554. Grayscale: #5D5D5D. Windows color (decimal): -3794261 or 11213510. OLE color: 11213510.
HSL color Cylindrical-coordinate representation of color #C61AAB: hue angle of 309.42º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61AAB is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 171 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.22 |
| HSL | 309.42º | 0.77% | 0.44% | - |
| HSV(B) | 309.42º | 0.87% | 0.78% | - |
| XYZ | 31.01 | 15.68 | 39.92 | - |
| YUV | 93.96 | 171.48 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 171 | 0 | 0.87 | 0.14 | 0.22 | 309.42 | 0.77 | 0.44 |
| Hex | C6 | 1A | AB | 0 | 57 | E | 16 | 135 | 4D | 2C |
| Octal | 306 | 32 | 253 | 0 | 127 | 16 | 26 | 465 | 115 | 54 |
| Binary | 11000110 | 11010 | 10101011 | 0 | 1010111 | 1110 | 10110 | 100110101 | 1001101 | 101100 |
Color Harmonies of #C61AAB
Complementary color
Monochromatic Colors of #C61AAB
Black with #C61AAB
Text Example
Text Example
White with #C61AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61AAB; }
p { color: rgb(198,26,171); }
H1.HeaderClassName
{
color: #C61AAB;
}
.AnyTagClassName
{
color: #C61AAB;
}
</style>
background-color css
<style>
a { background-color: #C61AAB; }
a { background-color: rgb(198,26,171); }
div.DivClassName
{
background-color: #C61AAB;
}
.BgClassName
{
background-color: #C61AAB;
}
</style>
border-color css
<style>
span { border-color: #C61AAB; }
span { border-color: rgb(198,26,171); }
td.TdClassName
{
border-color: #C61AAB;
}
.TagClassName
{
border-color: #C61AAB;
}
</style>