Shades of Medium Violet Red #C01381
Tints of Medium Violet Red #C01381
RGB
CMYK
RGB Variations
Color information
#C01381 (or 0xC01381) is known color: Medium Violet Red. HEX triplet: C0, 13 and 81. RGB value is (192,19,129). Sum of RGB (Red+Green+Blue) = 192+19+129=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C01381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01381 is #3FEC7E. Grayscale: #525252. Windows color (decimal): -4189311 or 8459200. OLE color: 8459200.
HSL color Cylindrical-coordinate representation of color #C01381: hue angle of 321.85º 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 #C01381 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 129 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.25 |
| HSL | 321.85º | 0.82% | 0.41% | - |
| HSV(B) | 321.85º | 0.9% | 0.75% | - |
| XYZ | 25.93 | 13.26 | 21.96 | - |
| YUV | 83.27 | 153.81 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 129 | 0 | 0.90 | 0.33 | 0.25 | 321.85 | 0.82 | 0.41 |
| Hex | C0 | 13 | 81 | 0 | 5A | 21 | 19 | 142 | 52 | 29 |
| Octal | 300 | 23 | 201 | 0 | 132 | 41 | 31 | 502 | 122 | 51 |
| Binary | 11000000 | 10011 | 10000001 | 0 | 1011010 | 100001 | 11001 | 101000010 | 1010010 | 101001 |
Color Harmonies of #C01381
Complementary color
Monochromatic Colors of #C01381
Black with #C01381
Text Example
Text Example
White with #C01381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01381; }
p { color: rgb(192,19,129); }
H1.HeaderClassName
{
color: #C01381;
}
.AnyTagClassName
{
color: #C01381;
}
</style>
background-color css
<style>
a { background-color: #C01381; }
a { background-color: rgb(192,19,129); }
div.DivClassName
{
background-color: #C01381;
}
.BgClassName
{
background-color: #C01381;
}
</style>
border-color css
<style>
span { border-color: #C01381; }
span { border-color: rgb(192,19,129); }
td.TdClassName
{
border-color: #C01381;
}
.TagClassName
{
border-color: #C01381;
}
</style>