Shades of Medium Violet Red #C01D99
Tints of Medium Violet Red #C01D99
RGB
CMYK
RGB Variations
Color information
#C01D99 (or 0xC01D99) is known color: Medium Violet Red. HEX triplet: C0, 1D and 99. RGB value is (192,29,153). Sum of RGB (Red+Green+Blue) = 192+29+153=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01D99 is #3FE266. Grayscale: #5B5B5B. Windows color (decimal): -4186727 or 10034624. OLE color: 10034624.
HSL color Cylindrical-coordinate representation of color #C01D99: hue angle of 314.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 #C01D99 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 153 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.25 |
| HSL | 314.36º | 0.74% | 0.43% | - |
| HSV(B) | 314.36º | 0.85% | 0.75% | - |
| XYZ | 27.93 | 14.39 | 31.44 | - |
| YUV | 91.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 153 | 0 | 0.85 | 0.20 | 0.25 | 314.36 | 0.74 | 0.43 |
| Hex | C0 | 1D | 99 | 0 | 55 | 14 | 19 | 13A | 4A | 2B |
| Octal | 300 | 35 | 231 | 0 | 125 | 24 | 31 | 472 | 112 | 53 |
| Binary | 11000000 | 11101 | 10011001 | 0 | 1010101 | 10100 | 11001 | 100111010 | 1001010 | 101011 |
Color Harmonies of #C01D99
Complementary color
Monochromatic Colors of #C01D99
Black with #C01D99
Text Example
Text Example
White with #C01D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01D99; }
p { color: rgb(192,29,153); }
H1.HeaderClassName
{
color: #C01D99;
}
.AnyTagClassName
{
color: #C01D99;
}
</style>
background-color css
<style>
a { background-color: #C01D99; }
a { background-color: rgb(192,29,153); }
div.DivClassName
{
background-color: #C01D99;
}
.BgClassName
{
background-color: #C01D99;
}
</style>
border-color css
<style>
span { border-color: #C01D99; }
span { border-color: rgb(192,29,153); }
td.TdClassName
{
border-color: #C01D99;
}
.TagClassName
{
border-color: #C01D99;
}
</style>