Shades of Medium Violet Red #C01296
Tints of Medium Violet Red #C01296
RGB
CMYK
RGB Variations
Color information
#C01296 (or 0xC01296) is known color: Medium Violet Red. HEX triplet: C0, 12 and 96. RGB value is (192,18,150). Sum of RGB (Red+Green+Blue) = 192+18+150=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C01296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01296 is #3FED69. Grayscale: #545454. Windows color (decimal): -4189546 or 9835200. OLE color: 9835200.
HSL color Cylindrical-coordinate representation of color #C01296: hue angle of 314.48º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01296 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 150 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.25 |
| HSL | 314.48º | 0.83% | 0.41% | - |
| HSV(B) | 314.48º | 0.91% | 0.75% | - |
| XYZ | 27.46 | 13.84 | 30.08 | - |
| YUV | 85.07 | 164.65 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 150 | 0 | 0.91 | 0.22 | 0.25 | 314.48 | 0.83 | 0.41 |
| Hex | C0 | 12 | 96 | 0 | 5B | 16 | 19 | 13A | 53 | 29 |
| Octal | 300 | 22 | 226 | 0 | 133 | 26 | 31 | 472 | 123 | 51 |
| Binary | 11000000 | 10010 | 10010110 | 0 | 1011011 | 10110 | 11001 | 100111010 | 1010011 | 101001 |
Color Harmonies of #C01296
Complementary color
Monochromatic Colors of #C01296
Black with #C01296
Text Example
Text Example
White with #C01296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01296; }
p { color: rgb(192,18,150); }
H1.HeaderClassName
{
color: #C01296;
}
.AnyTagClassName
{
color: #C01296;
}
</style>
background-color css
<style>
a { background-color: #C01296; }
a { background-color: rgb(192,18,150); }
div.DivClassName
{
background-color: #C01296;
}
.BgClassName
{
background-color: #C01296;
}
</style>
border-color css
<style>
span { border-color: #C01296; }
span { border-color: rgb(192,18,150); }
td.TdClassName
{
border-color: #C01296;
}
.TagClassName
{
border-color: #C01296;
}
</style>