Shades of Medium Violet Red #C01583
Tints of Medium Violet Red #C01583
RGB
CMYK
RGB Variations
Color information
#C01583 (or 0xC01583) is known color: Medium Violet Red. HEX triplet: C0, 15 and 83. RGB value is (192,21,131). Sum of RGB (Red+Green+Blue) = 192+21+131=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C01583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01583 is #3FEA7C. Grayscale: #545454. Windows color (decimal): -4188797 or 8590784. OLE color: 8590784.
HSL color Cylindrical-coordinate representation of color #C01583: hue angle of 321.4º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01583 is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 21 | 131 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.25 |
| HSL | 321.4º | 0.8% | 0.42% | - |
| HSV(B) | 321.4º | 0.89% | 0.75% | - |
| XYZ | 26.1 | 13.38 | 22.68 | - |
| YUV | 84.67 | 154.15 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 21 | 131 | 0 | 0.89 | 0.32 | 0.25 | 321.4 | 0.8 | 0.42 |
| Hex | C0 | 15 | 83 | 0 | 59 | 20 | 19 | 141 | 50 | 2A |
| Octal | 300 | 25 | 203 | 0 | 131 | 40 | 31 | 501 | 120 | 52 |
| Binary | 11000000 | 10101 | 10000011 | 0 | 1011001 | 100000 | 11001 | 101000001 | 1010000 | 101010 |
Color Harmonies of #C01583
Complementary color
Monochromatic Colors of #C01583
Black with #C01583
Text Example
Text Example
White with #C01583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01583; }
p { color: rgb(192,21,131); }
H1.HeaderClassName
{
color: #C01583;
}
.AnyTagClassName
{
color: #C01583;
}
</style>
background-color css
<style>
a { background-color: #C01583; }
a { background-color: rgb(192,21,131); }
div.DivClassName
{
background-color: #C01583;
}
.BgClassName
{
background-color: #C01583;
}
</style>
border-color css
<style>
span { border-color: #C01583; }
span { border-color: rgb(192,21,131); }
td.TdClassName
{
border-color: #C01583;
}
.TagClassName
{
border-color: #C01583;
}
</style>