Shades of Medium Violet Red #C01083
Tints of Medium Violet Red #C01083
RGB
CMYK
RGB Variations
Color information
#C01083 (or 0xC01083) is known color: Medium Violet Red. HEX triplet: C0, 10 and 83. RGB value is (192,16,131). Sum of RGB (Red+Green+Blue) = 192+16+131=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C01083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01083 is #3FEF7C. Grayscale: #515151. Windows color (decimal): -4190077 or 8589504. OLE color: 8589504.
HSL color Cylindrical-coordinate representation of color #C01083: hue angle of 320.8º 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 #C01083 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 131 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.25 |
| HSL | 320.8º | 0.85% | 0.41% | - |
| HSV(B) | 320.8º | 0.92% | 0.75% | - |
| XYZ | 26.02 | 13.22 | 22.65 | - |
| YUV | 81.73 | 155.81 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 131 | 0 | 0.92 | 0.32 | 0.25 | 320.8 | 0.85 | 0.41 |
| Hex | C0 | 10 | 83 | 0 | 5C | 20 | 19 | 141 | 55 | 29 |
| Octal | 300 | 20 | 203 | 0 | 134 | 40 | 31 | 501 | 125 | 51 |
| Binary | 11000000 | 10000 | 10000011 | 0 | 1011100 | 100000 | 11001 | 101000001 | 1010101 | 101001 |
Color Harmonies of #C01083
Complementary color
Monochromatic Colors of #C01083
Black with #C01083
Text Example
Text Example
White with #C01083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01083; }
p { color: rgb(192,16,131); }
H1.HeaderClassName
{
color: #C01083;
}
.AnyTagClassName
{
color: #C01083;
}
</style>
background-color css
<style>
a { background-color: #C01083; }
a { background-color: rgb(192,16,131); }
div.DivClassName
{
background-color: #C01083;
}
.BgClassName
{
background-color: #C01083;
}
</style>
border-color css
<style>
span { border-color: #C01083; }
span { border-color: rgb(192,16,131); }
td.TdClassName
{
border-color: #C01083;
}
.TagClassName
{
border-color: #C01083;
}
</style>