Shades of Medium Violet Red #C01D9E
Tints of Medium Violet Red #C01D9E
RGB
CMYK
RGB Variations
Color information
#C01D9E (or 0xC01D9E) is known color: Medium Violet Red. HEX triplet: C0, 1D and 9E. RGB value is (192,29,158). Sum of RGB (Red+Green+Blue) = 192+29+158=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01D9E is #3FE261. Grayscale: #5C5C5C. Windows color (decimal): -4186722 or 10362304. OLE color: 10362304.
HSL color Cylindrical-coordinate representation of color #C01D9E: hue angle of 312.52º 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 #C01D9E is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 158 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.25 |
| HSL | 312.52º | 0.74% | 0.43% | - |
| HSV(B) | 312.52º | 0.85% | 0.75% | - |
| XYZ | 28.35 | 14.55 | 33.66 | - |
| YUV | 92.44 | 165 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 158 | 0 | 0.85 | 0.18 | 0.25 | 312.52 | 0.74 | 0.43 |
| Hex | C0 | 1D | 9E | 0 | 55 | 12 | 19 | 139 | 4A | 2B |
| Octal | 300 | 35 | 236 | 0 | 125 | 22 | 31 | 471 | 112 | 53 |
| Binary | 11000000 | 11101 | 10011110 | 0 | 1010101 | 10010 | 11001 | 100111001 | 1001010 | 101011 |
Color Harmonies of #C01D9E
Complementary color
Monochromatic Colors of #C01D9E
Black with #C01D9E
Text Example
Text Example
White with #C01D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01D9E; }
p { color: rgb(192,29,158); }
H1.HeaderClassName
{
color: #C01D9E;
}
.AnyTagClassName
{
color: #C01D9E;
}
</style>
background-color css
<style>
a { background-color: #C01D9E; }
a { background-color: rgb(192,29,158); }
div.DivClassName
{
background-color: #C01D9E;
}
.BgClassName
{
background-color: #C01D9E;
}
</style>
border-color css
<style>
span { border-color: #C01D9E; }
span { border-color: rgb(192,29,158); }
td.TdClassName
{
border-color: #C01D9E;
}
.TagClassName
{
border-color: #C01D9E;
}
</style>