Shades of Medium Violet Red #C01DA5
Tints of Medium Violet Red #C01DA5
RGB
CMYK
RGB Variations
Color information
#C01DA5 (or 0xC01DA5) is known color: Medium Violet Red. HEX triplet: C0, 1D and A5. RGB value is (192,29,165). Sum of RGB (Red+Green+Blue) = 192+29+165=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01DA5 is #3FE25A. Grayscale: #5C5C5C. Windows color (decimal): -4186715 or 10821056. OLE color: 10821056.
HSL color Cylindrical-coordinate representation of color #C01DA5: hue angle of 309.94º 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 #C01DA5 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 165 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.25 |
| HSL | 309.94º | 0.74% | 0.43% | - |
| HSV(B) | 309.94º | 0.85% | 0.75% | - |
| XYZ | 28.97 | 14.8 | 36.93 | - |
| YUV | 93.24 | 168.5 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 165 | 0 | 0.85 | 0.14 | 0.25 | 309.94 | 0.74 | 0.43 |
| Hex | C0 | 1D | A5 | 0 | 55 | E | 19 | 136 | 4A | 2B |
| Octal | 300 | 35 | 245 | 0 | 125 | 16 | 31 | 466 | 112 | 53 |
| Binary | 11000000 | 11101 | 10100101 | 0 | 1010101 | 1110 | 11001 | 100110110 | 1001010 | 101011 |
Color Harmonies of #C01DA5
Complementary color
Monochromatic Colors of #C01DA5
Black with #C01DA5
Text Example
Text Example
White with #C01DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DA5; }
p { color: rgb(192,29,165); }
H1.HeaderClassName
{
color: #C01DA5;
}
.AnyTagClassName
{
color: #C01DA5;
}
</style>
background-color css
<style>
a { background-color: #C01DA5; }
a { background-color: rgb(192,29,165); }
div.DivClassName
{
background-color: #C01DA5;
}
.BgClassName
{
background-color: #C01DA5;
}
</style>
border-color css
<style>
span { border-color: #C01DA5; }
span { border-color: rgb(192,29,165); }
td.TdClassName
{
border-color: #C01DA5;
}
.TagClassName
{
border-color: #C01DA5;
}
</style>