Shades of Medium Violet Red #C01DAC
Tints of Medium Violet Red #C01DAC
RGB
CMYK
RGB Variations
Color information
#C01DAC (or 0xC01DAC) is known color: Medium Violet Red. HEX triplet: C0, 1D and AC. RGB value is (192,29,172). Sum of RGB (Red+Green+Blue) = 192+29+172=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01DAC is #3FE253. Grayscale: #5D5D5D. Windows color (decimal): -4186708 or 11279808. OLE color: 11279808.
HSL color Cylindrical-coordinate representation of color #C01DAC: hue angle of 307.36º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01DAC is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 172 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.25 |
| HSL | 307.36º | 0.74% | 0.43% | - |
| HSV(B) | 307.36º | 0.85% | 0.75% | - |
| XYZ | 29.62 | 15.06 | 40.38 | - |
| YUV | 94.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 172 | 0 | 0.85 | 0.10 | 0.25 | 307.36 | 0.74 | 0.43 |
| Hex | C0 | 1D | AC | 0 | 55 | A | 19 | 133 | 4A | 2B |
| Octal | 300 | 35 | 254 | 0 | 125 | 12 | 31 | 463 | 112 | 53 |
| Binary | 11000000 | 11101 | 10101100 | 0 | 1010101 | 1010 | 11001 | 100110011 | 1001010 | 101011 |
Color Harmonies of #C01DAC
Complementary color
Monochromatic Colors of #C01DAC
Black with #C01DAC
Text Example
Text Example
White with #C01DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DAC; }
p { color: rgb(192,29,172); }
H1.HeaderClassName
{
color: #C01DAC;
}
.AnyTagClassName
{
color: #C01DAC;
}
</style>
background-color css
<style>
a { background-color: #C01DAC; }
a { background-color: rgb(192,29,172); }
div.DivClassName
{
background-color: #C01DAC;
}
.BgClassName
{
background-color: #C01DAC;
}
</style>
border-color css
<style>
span { border-color: #C01DAC; }
span { border-color: rgb(192,29,172); }
td.TdClassName
{
border-color: #C01DAC;
}
.TagClassName
{
border-color: #C01DAC;
}
</style>