Shades of Medium Violet Red #C01399
Tints of Medium Violet Red #C01399
RGB
CMYK
RGB Variations
Color information
#C01399 (or 0xC01399) is known color: Medium Violet Red. HEX triplet: C0, 13 and 99. RGB value is (192,19,153). Sum of RGB (Red+Green+Blue) = 192+19+153=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C01399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01399 is #3FEC66. Grayscale: #555555. Windows color (decimal): -4189287 or 10032064. OLE color: 10032064.
HSL color Cylindrical-coordinate representation of color #C01399: hue angle of 313.53º 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 #C01399 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 153 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.25 |
| HSL | 313.53º | 0.82% | 0.41% | - |
| HSV(B) | 313.53º | 0.9% | 0.75% | - |
| XYZ | 27.72 | 13.97 | 31.37 | - |
| YUV | 86 | 165.81 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 153 | 0 | 0.90 | 0.20 | 0.25 | 313.53 | 0.82 | 0.41 |
| Hex | C0 | 13 | 99 | 0 | 5A | 14 | 19 | 13A | 52 | 29 |
| Octal | 300 | 23 | 231 | 0 | 132 | 24 | 31 | 472 | 122 | 51 |
| Binary | 11000000 | 10011 | 10011001 | 0 | 1011010 | 10100 | 11001 | 100111010 | 1010010 | 101001 |
Color Harmonies of #C01399
Complementary color
Monochromatic Colors of #C01399
Black with #C01399
Text Example
Text Example
White with #C01399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01399; }
p { color: rgb(192,19,153); }
H1.HeaderClassName
{
color: #C01399;
}
.AnyTagClassName
{
color: #C01399;
}
</style>
background-color css
<style>
a { background-color: #C01399; }
a { background-color: rgb(192,19,153); }
div.DivClassName
{
background-color: #C01399;
}
.BgClassName
{
background-color: #C01399;
}
</style>
border-color css
<style>
span { border-color: #C01399; }
span { border-color: rgb(192,19,153); }
td.TdClassName
{
border-color: #C01399;
}
.TagClassName
{
border-color: #C01399;
}
</style>