Shades of Medium Violet Red #C01D96
Tints of Medium Violet Red #C01D96
RGB
CMYK
RGB Variations
Color information
#C01D96 (or 0xC01D96) is known color: Medium Violet Red. HEX triplet: C0, 1D and 96. RGB value is (192,29,150). Sum of RGB (Red+Green+Blue) = 192+29+150=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01D96 is #3FE269. Grayscale: #5B5B5B. Windows color (decimal): -4186730 or 9838016. OLE color: 9838016.
HSL color Cylindrical-coordinate representation of color #C01D96: hue angle of 315.46º 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 #C01D96 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 150 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.25 |
| HSL | 315.46º | 0.74% | 0.43% | - |
| HSV(B) | 315.46º | 0.85% | 0.75% | - |
| XYZ | 27.68 | 14.29 | 30.15 | - |
| YUV | 91.53 | 161 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 150 | 0 | 0.85 | 0.22 | 0.25 | 315.46 | 0.74 | 0.43 |
| Hex | C0 | 1D | 96 | 0 | 55 | 16 | 19 | 13B | 4A | 2B |
| Octal | 300 | 35 | 226 | 0 | 125 | 26 | 31 | 473 | 112 | 53 |
| Binary | 11000000 | 11101 | 10010110 | 0 | 1010101 | 10110 | 11001 | 100111011 | 1001010 | 101011 |
Color Harmonies of #C01D96
Complementary color
Monochromatic Colors of #C01D96
Black with #C01D96
Text Example
Text Example
White with #C01D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01D96; }
p { color: rgb(192,29,150); }
H1.HeaderClassName
{
color: #C01D96;
}
.AnyTagClassName
{
color: #C01D96;
}
</style>
background-color css
<style>
a { background-color: #C01D96; }
a { background-color: rgb(192,29,150); }
div.DivClassName
{
background-color: #C01D96;
}
.BgClassName
{
background-color: #C01D96;
}
</style>
border-color css
<style>
span { border-color: #C01D96; }
span { border-color: rgb(192,29,150); }
td.TdClassName
{
border-color: #C01D96;
}
.TagClassName
{
border-color: #C01D96;
}
</style>