Shades of Medium Violet Red #C61AAC
Tints of Medium Violet Red #C61AAC
RGB
CMYK
RGB Variations
Color information
#C61AAC (or 0xC61AAC) is known color: Medium Violet Red. HEX triplet: C6, 1A and AC. RGB value is (198,26,172). Sum of RGB (Red+Green+Blue) = 198+26+172=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C61AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61AAC is #39E553. Grayscale: #5D5D5D. Windows color (decimal): -3794260 or 11279046. OLE color: 11279046.
HSL color Cylindrical-coordinate representation of color #C61AAC: hue angle of 309.07º 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 #C61AAC is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 172 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.22 |
| HSL | 309.07º | 0.77% | 0.44% | - |
| HSV(B) | 309.07º | 0.87% | 0.78% | - |
| XYZ | 31.1 | 15.72 | 40.43 | - |
| YUV | 94.07 | 171.98 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 172 | 0 | 0.87 | 0.13 | 0.22 | 309.07 | 0.77 | 0.44 |
| Hex | C6 | 1A | AC | 0 | 57 | D | 16 | 135 | 4D | 2C |
| Octal | 306 | 32 | 254 | 0 | 127 | 15 | 26 | 465 | 115 | 54 |
| Binary | 11000110 | 11010 | 10101100 | 0 | 1010111 | 1101 | 10110 | 100110101 | 1001101 | 101100 |
Color Harmonies of #C61AAC
Complementary color
Monochromatic Colors of #C61AAC
Black with #C61AAC
Text Example
Text Example
White with #C61AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61AAC; }
p { color: rgb(198,26,172); }
H1.HeaderClassName
{
color: #C61AAC;
}
.AnyTagClassName
{
color: #C61AAC;
}
</style>
background-color css
<style>
a { background-color: #C61AAC; }
a { background-color: rgb(198,26,172); }
div.DivClassName
{
background-color: #C61AAC;
}
.BgClassName
{
background-color: #C61AAC;
}
</style>
border-color css
<style>
span { border-color: #C61AAC; }
span { border-color: rgb(198,26,172); }
td.TdClassName
{
border-color: #C61AAC;
}
.TagClassName
{
border-color: #C61AAC;
}
</style>