Shades of Medium Violet Red #C00896
Tints of Medium Violet Red #C00896
RGB
CMYK
RGB Variations
Color information
#C00896 (or 0xC00896) is known color: Medium Violet Red. HEX triplet: C0, 08 and 96. RGB value is (192,8,150). Sum of RGB (Red+Green+Blue) = 192+8+150=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C00896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00896 is #3FF769. Grayscale: #4E4E4E. Windows color (decimal): -4192106 or 9832640. OLE color: 9832640.
HSL color Cylindrical-coordinate representation of color #C00896: hue angle of 313.7º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C00896 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 8 | 150 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.25 |
| HSL | 313.7º | 0.92% | 0.39% | - |
| HSV(B) | 313.7º | 0.96% | 0.75% | - |
| XYZ | 27.33 | 13.58 | 30.04 | - |
| YUV | 79.2 | 167.96 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 8 | 150 | 0 | 0.96 | 0.22 | 0.25 | 313.7 | 0.92 | 0.39 |
| Hex | C0 | 8 | 96 | 0 | 60 | 16 | 19 | 13A | 5C | 27 |
| Octal | 300 | 10 | 226 | 0 | 140 | 26 | 31 | 472 | 134 | 47 |
| Binary | 11000000 | 1000 | 10010110 | 0 | 1100000 | 10110 | 11001 | 100111010 | 1011100 | 100111 |
Color Harmonies of #C00896
Complementary color
Monochromatic Colors of #C00896
Black with #C00896
Text Example
Text Example
White with #C00896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00896; }
p { color: rgb(192,8,150); }
H1.HeaderClassName
{
color: #C00896;
}
.AnyTagClassName
{
color: #C00896;
}
</style>
background-color css
<style>
a { background-color: #C00896; }
a { background-color: rgb(192,8,150); }
div.DivClassName
{
background-color: #C00896;
}
.BgClassName
{
background-color: #C00896;
}
</style>
border-color css
<style>
span { border-color: #C00896; }
span { border-color: rgb(192,8,150); }
td.TdClassName
{
border-color: #C00896;
}
.TagClassName
{
border-color: #C00896;
}
</style>