Shades of Medium Violet Red #C01992
Tints of Medium Violet Red #C01992
RGB
CMYK
RGB Variations
Color information
#C01992 (or 0xC01992) is known color: Medium Violet Red. HEX triplet: C0, 19 and 92. RGB value is (192,25,146). Sum of RGB (Red+Green+Blue) = 192+25+146=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 25 (10.16% from 255 or 6.89% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C01992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01992 is #3FE66D. Grayscale: #585858. Windows color (decimal): -4187758 or 9574848. OLE color: 9574848.
HSL color Cylindrical-coordinate representation of color #C01992: hue angle of 316.53º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C01992 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 146 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.25 |
| HSL | 316.53º | 0.77% | 0.43% | - |
| HSV(B) | 316.53º | 0.87% | 0.75% | - |
| XYZ | 27.27 | 13.98 | 28.45 | - |
| YUV | 88.73 | 160.33 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 146 | 0 | 0.87 | 0.24 | 0.25 | 316.53 | 0.77 | 0.43 |
| Hex | C0 | 19 | 92 | 0 | 57 | 18 | 19 | 13D | 4D | 2B |
| Octal | 300 | 31 | 222 | 0 | 127 | 30 | 31 | 475 | 115 | 53 |
| Binary | 11000000 | 11001 | 10010010 | 0 | 1010111 | 11000 | 11001 | 100111101 | 1001101 | 101011 |
Color Harmonies of #C01992
Complementary color
Monochromatic Colors of #C01992
Black with #C01992
Text Example
Text Example
White with #C01992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01992; }
p { color: rgb(192,25,146); }
H1.HeaderClassName
{
color: #C01992;
}
.AnyTagClassName
{
color: #C01992;
}
</style>
background-color css
<style>
a { background-color: #C01992; }
a { background-color: rgb(192,25,146); }
div.DivClassName
{
background-color: #C01992;
}
.BgClassName
{
background-color: #C01992;
}
</style>
border-color css
<style>
span { border-color: #C01992; }
span { border-color: rgb(192,25,146); }
td.TdClassName
{
border-color: #C01992;
}
.TagClassName
{
border-color: #C01992;
}
</style>