Shades of Medium Violet Red #C01385
Tints of Medium Violet Red #C01385
RGB
CMYK
RGB Variations
Color information
#C01385 (or 0xC01385) is known color: Medium Violet Red. HEX triplet: C0, 13 and 85. RGB value is (192,19,133). Sum of RGB (Red+Green+Blue) = 192+19+133=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C01385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01385 is #3FEC7A. Grayscale: #535353. Windows color (decimal): -4189307 or 8721344. OLE color: 8721344.
HSL color Cylindrical-coordinate representation of color #C01385: hue angle of 320.46º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01385 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 133 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.25 |
| HSL | 320.46º | 0.82% | 0.41% | - |
| HSV(B) | 320.46º | 0.9% | 0.75% | - |
| XYZ | 26.2 | 13.37 | 23.39 | - |
| YUV | 83.72 | 155.81 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 133 | 0 | 0.90 | 0.31 | 0.25 | 320.46 | 0.82 | 0.41 |
| Hex | C0 | 13 | 85 | 0 | 5A | 1F | 19 | 140 | 52 | 29 |
| Octal | 300 | 23 | 205 | 0 | 132 | 37 | 31 | 500 | 122 | 51 |
| Binary | 11000000 | 10011 | 10000101 | 0 | 1011010 | 11111 | 11001 | 101000000 | 1010010 | 101001 |
Color Harmonies of #C01385
Complementary color
Monochromatic Colors of #C01385
Black with #C01385
Text Example
Text Example
White with #C01385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01385; }
p { color: rgb(192,19,133); }
H1.HeaderClassName
{
color: #C01385;
}
.AnyTagClassName
{
color: #C01385;
}
</style>
background-color css
<style>
a { background-color: #C01385; }
a { background-color: rgb(192,19,133); }
div.DivClassName
{
background-color: #C01385;
}
.BgClassName
{
background-color: #C01385;
}
</style>
border-color css
<style>
span { border-color: #C01385; }
span { border-color: rgb(192,19,133); }
td.TdClassName
{
border-color: #C01385;
}
.TagClassName
{
border-color: #C01385;
}
</style>