Shades of Medium Violet Red #C01389
Tints of Medium Violet Red #C01389
RGB
CMYK
RGB Variations
Color information
#C01389 (or 0xC01389) is known color: Medium Violet Red. HEX triplet: C0, 13 and 89. RGB value is (192,19,137). Sum of RGB (Red+Green+Blue) = 192+19+137=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C01389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01389 is #3FEC76. Grayscale: #535353. Windows color (decimal): -4189303 or 8983488. OLE color: 8983488.
HSL color Cylindrical-coordinate representation of color #C01389: hue angle of 319.08º 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 #C01389 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 137 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.25 |
| HSL | 319.08º | 0.82% | 0.41% | - |
| HSV(B) | 319.08º | 0.9% | 0.75% | - |
| XYZ | 26.49 | 13.48 | 24.87 | - |
| YUV | 84.18 | 157.81 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 137 | 0 | 0.90 | 0.29 | 0.25 | 319.08 | 0.82 | 0.41 |
| Hex | C0 | 13 | 89 | 0 | 5A | 1D | 19 | 13F | 52 | 29 |
| Octal | 300 | 23 | 211 | 0 | 132 | 35 | 31 | 477 | 122 | 51 |
| Binary | 11000000 | 10011 | 10001001 | 0 | 1011010 | 11101 | 11001 | 100111111 | 1010010 | 101001 |
Color Harmonies of #C01389
Complementary color
Monochromatic Colors of #C01389
Black with #C01389
Text Example
Text Example
White with #C01389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01389; }
p { color: rgb(192,19,137); }
H1.HeaderClassName
{
color: #C01389;
}
.AnyTagClassName
{
color: #C01389;
}
</style>
background-color css
<style>
a { background-color: #C01389; }
a { background-color: rgb(192,19,137); }
div.DivClassName
{
background-color: #C01389;
}
.BgClassName
{
background-color: #C01389;
}
</style>
border-color css
<style>
span { border-color: #C01389; }
span { border-color: rgb(192,19,137); }
td.TdClassName
{
border-color: #C01389;
}
.TagClassName
{
border-color: #C01389;
}
</style>