Shades of Medium Violet Red #C01094
Tints of Medium Violet Red #C01094
RGB
CMYK
RGB Variations
Color information
#C01094 (or 0xC01094) is known color: Medium Violet Red. HEX triplet: C0, 10 and 94. RGB value is (192,16,148). Sum of RGB (Red+Green+Blue) = 192+16+148=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C01094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01094 is #3FEF6B. Grayscale: #535353. Windows color (decimal): -4190060 or 9703616. OLE color: 9703616.
HSL color Cylindrical-coordinate representation of color #C01094: hue angle of 315º 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 #C01094 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 148 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.25 |
| HSL | 315º | 0.85% | 0.41% | - |
| HSV(B) | 315º | 0.92% | 0.75% | - |
| XYZ | 27.27 | 13.72 | 29.23 | - |
| YUV | 83.67 | 164.31 | 205.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 148 | 0 | 0.92 | 0.23 | 0.25 | 315 | 0.85 | 0.41 |
| Hex | C0 | 10 | 94 | 0 | 5C | 17 | 19 | 13B | 55 | 29 |
| Octal | 300 | 20 | 224 | 0 | 134 | 27 | 31 | 473 | 125 | 51 |
| Binary | 11000000 | 10000 | 10010100 | 0 | 1011100 | 10111 | 11001 | 100111011 | 1010101 | 101001 |
Color Harmonies of #C01094
Complementary color
Monochromatic Colors of #C01094
Black with #C01094
Text Example
Text Example
White with #C01094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01094; }
p { color: rgb(192,16,148); }
H1.HeaderClassName
{
color: #C01094;
}
.AnyTagClassName
{
color: #C01094;
}
</style>
background-color css
<style>
a { background-color: #C01094; }
a { background-color: rgb(192,16,148); }
div.DivClassName
{
background-color: #C01094;
}
.BgClassName
{
background-color: #C01094;
}
</style>
border-color css
<style>
span { border-color: #C01094; }
span { border-color: rgb(192,16,148); }
td.TdClassName
{
border-color: #C01094;
}
.TagClassName
{
border-color: #C01094;
}
</style>