Shades of Medium Violet Red #C01896
Tints of Medium Violet Red #C01896
RGB
CMYK
RGB Variations
Color information
#C01896 (or 0xC01896) is known color: Medium Violet Red. HEX triplet: C0, 18 and 96. RGB value is (192,24,150). Sum of RGB (Red+Green+Blue) = 192+24+150=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C01896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01896 is #3FE769. Grayscale: #585858. Windows color (decimal): -4188010 or 9836736. OLE color: 9836736.
HSL color Cylindrical-coordinate representation of color #C01896: hue angle of 315º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01896 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 150 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.25 |
| HSL | 315º | 0.78% | 0.42% | - |
| HSV(B) | 315º | 0.88% | 0.75% | - |
| XYZ | 27.57 | 14.06 | 30.12 | - |
| YUV | 88.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 150 | 0 | 0.88 | 0.22 | 0.25 | 315 | 0.78 | 0.42 |
| Hex | C0 | 18 | 96 | 0 | 58 | 16 | 19 | 13B | 4E | 2A |
| Octal | 300 | 30 | 226 | 0 | 130 | 26 | 31 | 473 | 116 | 52 |
| Binary | 11000000 | 11000 | 10010110 | 0 | 1011000 | 10110 | 11001 | 100111011 | 1001110 | 101010 |
Color Harmonies of #C01896
Complementary color
Monochromatic Colors of #C01896
Black with #C01896
Text Example
Text Example
White with #C01896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01896; }
p { color: rgb(192,24,150); }
H1.HeaderClassName
{
color: #C01896;
}
.AnyTagClassName
{
color: #C01896;
}
</style>
background-color css
<style>
a { background-color: #C01896; }
a { background-color: rgb(192,24,150); }
div.DivClassName
{
background-color: #C01896;
}
.BgClassName
{
background-color: #C01896;
}
</style>
border-color css
<style>
span { border-color: #C01896; }
span { border-color: rgb(192,24,150); }
td.TdClassName
{
border-color: #C01896;
}
.TagClassName
{
border-color: #C01896;
}
</style>