Shades of Medium Violet Red #C01D8D
Tints of Medium Violet Red #C01D8D
RGB
CMYK
RGB Variations
Color information
#C01D8D (or 0xC01D8D) is known color: Medium Violet Red. HEX triplet: C0, 1D and 8D. RGB value is (192,29,141). Sum of RGB (Red+Green+Blue) = 192+29+141=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01D8D is #3FE272. Grayscale: #5A5A5A. Windows color (decimal): -4186739 or 9248192. OLE color: 9248192.
HSL color Cylindrical-coordinate representation of color #C01D8D: hue angle of 318.77º 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 #C01D8D is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 141 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.25 |
| HSL | 318.77º | 0.74% | 0.43% | - |
| HSV(B) | 318.77º | 0.85% | 0.75% | - |
| XYZ | 26.99 | 14.01 | 26.48 | - |
| YUV | 90.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 141 | 0 | 0.85 | 0.27 | 0.25 | 318.77 | 0.74 | 0.43 |
| Hex | C0 | 1D | 8D | 0 | 55 | 1B | 19 | 13F | 4A | 2B |
| Octal | 300 | 35 | 215 | 0 | 125 | 33 | 31 | 477 | 112 | 53 |
| Binary | 11000000 | 11101 | 10001101 | 0 | 1010101 | 11011 | 11001 | 100111111 | 1001010 | 101011 |
Color Harmonies of #C01D8D
Complementary color
Monochromatic Colors of #C01D8D
Black with #C01D8D
Text Example
Text Example
White with #C01D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01D8D; }
p { color: rgb(192,29,141); }
H1.HeaderClassName
{
color: #C01D8D;
}
.AnyTagClassName
{
color: #C01D8D;
}
</style>
background-color css
<style>
a { background-color: #C01D8D; }
a { background-color: rgb(192,29,141); }
div.DivClassName
{
background-color: #C01D8D;
}
.BgClassName
{
background-color: #C01D8D;
}
</style>
border-color css
<style>
span { border-color: #C01D8D; }
span { border-color: rgb(192,29,141); }
td.TdClassName
{
border-color: #C01D8D;
}
.TagClassName
{
border-color: #C01D8D;
}
</style>