Shades of Medium Violet Red #C01392
Tints of Medium Violet Red #C01392
RGB
CMYK
RGB Variations
Color information
#C01392 (or 0xC01392) is known color: Medium Violet Red. HEX triplet: C0, 13 and 92. RGB value is (192,19,146). Sum of RGB (Red+Green+Blue) = 192+19+146=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C01392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01392 is #3FEC6D. Grayscale: #545454. Windows color (decimal): -4189294 or 9573312. OLE color: 9573312.
HSL color Cylindrical-coordinate representation of color #C01392: hue angle of 315.95º 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 #C01392 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 146 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.25 |
| HSL | 315.95º | 0.82% | 0.41% | - |
| HSV(B) | 315.95º | 0.9% | 0.75% | - |
| XYZ | 27.16 | 13.75 | 28.42 | - |
| YUV | 85.21 | 162.31 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 146 | 0 | 0.90 | 0.24 | 0.25 | 315.95 | 0.82 | 0.41 |
| Hex | C0 | 13 | 92 | 0 | 5A | 18 | 19 | 13C | 52 | 29 |
| Octal | 300 | 23 | 222 | 0 | 132 | 30 | 31 | 474 | 122 | 51 |
| Binary | 11000000 | 10011 | 10010010 | 0 | 1011010 | 11000 | 11001 | 100111100 | 1010010 | 101001 |
Color Harmonies of #C01392
Complementary color
Monochromatic Colors of #C01392
Black with #C01392
Text Example
Text Example
White with #C01392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01392; }
p { color: rgb(192,19,146); }
H1.HeaderClassName
{
color: #C01392;
}
.AnyTagClassName
{
color: #C01392;
}
</style>
background-color css
<style>
a { background-color: #C01392; }
a { background-color: rgb(192,19,146); }
div.DivClassName
{
background-color: #C01392;
}
.BgClassName
{
background-color: #C01392;
}
</style>
border-color css
<style>
span { border-color: #C01392; }
span { border-color: rgb(192,19,146); }
td.TdClassName
{
border-color: #C01392;
}
.TagClassName
{
border-color: #C01392;
}
</style>