Shades of Medium Violet Red #C00696
Tints of Medium Violet Red #C00696
RGB
CMYK
RGB Variations
Color information
#C00696 (or 0xC00696) is known color: Medium Violet Red. HEX triplet: C0, 06 and 96. RGB value is (192,6,150). Sum of RGB (Red+Green+Blue) = 192+6+150=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C00696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00696 is #3FF969. Grayscale: #4D4D4D. Windows color (decimal): -4192618 or 9832128. OLE color: 9832128.
HSL color Cylindrical-coordinate representation of color #C00696: hue angle of 313.55º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00696 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 150 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.25 |
| HSL | 313.55º | 0.94% | 0.39% | - |
| HSV(B) | 313.55º | 0.97% | 0.75% | - |
| XYZ | 27.31 | 13.54 | 30.03 | - |
| YUV | 78.03 | 168.62 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 150 | 0 | 0.97 | 0.22 | 0.25 | 313.55 | 0.94 | 0.39 |
| Hex | C0 | 6 | 96 | 0 | 61 | 16 | 19 | 13A | 5E | 27 |
| Octal | 300 | 6 | 226 | 0 | 141 | 26 | 31 | 472 | 136 | 47 |
| Binary | 11000000 | 110 | 10010110 | 0 | 1100001 | 10110 | 11001 | 100111010 | 1011110 | 100111 |
Color Harmonies of #C00696
Complementary color
Monochromatic Colors of #C00696
Black with #C00696
Text Example
Text Example
White with #C00696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00696; }
p { color: rgb(192,6,150); }
H1.HeaderClassName
{
color: #C00696;
}
.AnyTagClassName
{
color: #C00696;
}
</style>
background-color css
<style>
a { background-color: #C00696; }
a { background-color: rgb(192,6,150); }
div.DivClassName
{
background-color: #C00696;
}
.BgClassName
{
background-color: #C00696;
}
</style>
border-color css
<style>
span { border-color: #C00696; }
span { border-color: rgb(192,6,150); }
td.TdClassName
{
border-color: #C00696;
}
.TagClassName
{
border-color: #C00696;
}
</style>