Shades of Medium Violet Red #C01496
Tints of Medium Violet Red #C01496
RGB
CMYK
RGB Variations
Color information
#C01496 (or 0xC01496) is known color: Medium Violet Red. HEX triplet: C0, 14 and 96. RGB value is (192,20,150). Sum of RGB (Red+Green+Blue) = 192+20+150=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 20 (8.20% from 255 or 5.52% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C01496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01496 is #3FEB69. Grayscale: #555555. Windows color (decimal): -4189034 or 9835712. OLE color: 9835712.
HSL color Cylindrical-coordinate representation of color #C01496: hue angle of 314.65º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01496 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 20 | 150 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.25 |
| HSL | 314.65º | 0.81% | 0.42% | - |
| HSV(B) | 314.65º | 0.9% | 0.75% | - |
| XYZ | 27.49 | 13.91 | 30.09 | - |
| YUV | 86.25 | 163.98 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 150 | 0 | 0.90 | 0.22 | 0.25 | 314.65 | 0.81 | 0.42 |
| Hex | C0 | 14 | 96 | 0 | 5A | 16 | 19 | 13B | 51 | 2A |
| Octal | 300 | 24 | 226 | 0 | 132 | 26 | 31 | 473 | 121 | 52 |
| Binary | 11000000 | 10100 | 10010110 | 0 | 1011010 | 10110 | 11001 | 100111011 | 1010001 | 101010 |
Color Harmonies of #C01496
Complementary color
Monochromatic Colors of #C01496
Black with #C01496
Text Example
Text Example
White with #C01496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01496; }
p { color: rgb(192,20,150); }
H1.HeaderClassName
{
color: #C01496;
}
.AnyTagClassName
{
color: #C01496;
}
</style>
background-color css
<style>
a { background-color: #C01496; }
a { background-color: rgb(192,20,150); }
div.DivClassName
{
background-color: #C01496;
}
.BgClassName
{
background-color: #C01496;
}
</style>
border-color css
<style>
span { border-color: #C01496; }
span { border-color: rgb(192,20,150); }
td.TdClassName
{
border-color: #C01496;
}
.TagClassName
{
border-color: #C01496;
}
</style>