Shades of Medium Violet Red #C61DAC
Tints of Medium Violet Red #C61DAC
RGB
CMYK
RGB Variations
Color information
#C61DAC (or 0xC61DAC) is known color: Medium Violet Red. HEX triplet: C6, 1D and AC. RGB value is (198,29,172). Sum of RGB (Red+Green+Blue) = 198+29+172=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C61DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C61DAC is #39E253. Grayscale: #5F5F5F. Windows color (decimal): -3793492 or 11279814. OLE color: 11279814.
HSL color Cylindrical-coordinate representation of color #C61DAC: hue angle of 309.23º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61DAC is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 29 | 172 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.22 |
| HSL | 309.23º | 0.74% | 0.45% | - |
| HSV(B) | 309.23º | 0.85% | 0.78% | - |
| XYZ | 31.17 | 15.86 | 40.45 | - |
| YUV | 95.83 | 170.99 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 172 | 0 | 0.85 | 0.13 | 0.22 | 309.23 | 0.74 | 0.45 |
| Hex | C6 | 1D | AC | 0 | 55 | D | 16 | 135 | 4A | 2D |
| Octal | 306 | 35 | 254 | 0 | 125 | 15 | 26 | 465 | 112 | 55 |
| Binary | 11000110 | 11101 | 10101100 | 0 | 1010101 | 1101 | 10110 | 100110101 | 1001010 | 101101 |
Color Harmonies of #C61DAC
Complementary color
Monochromatic Colors of #C61DAC
Black with #C61DAC
Text Example
Text Example
White with #C61DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61DAC; }
p { color: rgb(198,29,172); }
H1.HeaderClassName
{
color: #C61DAC;
}
.AnyTagClassName
{
color: #C61DAC;
}
</style>
background-color css
<style>
a { background-color: #C61DAC; }
a { background-color: rgb(198,29,172); }
div.DivClassName
{
background-color: #C61DAC;
}
.BgClassName
{
background-color: #C61DAC;
}
</style>
border-color css
<style>
span { border-color: #C61DAC; }
span { border-color: rgb(198,29,172); }
td.TdClassName
{
border-color: #C61DAC;
}
.TagClassName
{
border-color: #C61DAC;
}
</style>