Shades of Medium Violet Red #C01092
Tints of Medium Violet Red #C01092
RGB
CMYK
RGB Variations
Color information
#C01092 (or 0xC01092) is known color: Medium Violet Red. HEX triplet: C0, 10 and 92. RGB value is (192,16,146). Sum of RGB (Red+Green+Blue) = 192+16+146=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C01092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01092 is #3FEF6D. Grayscale: #535353. Windows color (decimal): -4190062 or 9572544. OLE color: 9572544.
HSL color Cylindrical-coordinate representation of color #C01092: hue angle of 315.68º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01092 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 146 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.25 |
| HSL | 315.68º | 0.85% | 0.41% | - |
| HSV(B) | 315.68º | 0.92% | 0.75% | - |
| XYZ | 27.11 | 13.65 | 28.4 | - |
| YUV | 83.44 | 163.31 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 146 | 0 | 0.92 | 0.24 | 0.25 | 315.68 | 0.85 | 0.41 |
| Hex | C0 | 10 | 92 | 0 | 5C | 18 | 19 | 13C | 55 | 29 |
| Octal | 300 | 20 | 222 | 0 | 134 | 30 | 31 | 474 | 125 | 51 |
| Binary | 11000000 | 10000 | 10010010 | 0 | 1011100 | 11000 | 11001 | 100111100 | 1010101 | 101001 |
Color Harmonies of #C01092
Complementary color
Monochromatic Colors of #C01092
Black with #C01092
Text Example
Text Example
White with #C01092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01092; }
p { color: rgb(192,16,146); }
H1.HeaderClassName
{
color: #C01092;
}
.AnyTagClassName
{
color: #C01092;
}
</style>
background-color css
<style>
a { background-color: #C01092; }
a { background-color: rgb(192,16,146); }
div.DivClassName
{
background-color: #C01092;
}
.BgClassName
{
background-color: #C01092;
}
</style>
border-color css
<style>
span { border-color: #C01092; }
span { border-color: rgb(192,16,146); }
td.TdClassName
{
border-color: #C01092;
}
.TagClassName
{
border-color: #C01092;
}
</style>