Shades of Medium Violet Red #C60096
Tints of Medium Violet Red #C60096
RGB
CMYK
RGB Variations
Color information
#C60096 (or 0xC60096) is known color: Medium Violet Red. HEX triplet: C6, 00 and 96. RGB value is (198,0,150). Sum of RGB (Red+Green+Blue) = 198+0+150=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C60096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60096 is #39FF69. Grayscale: #4B4B4B. Windows color (decimal): -3800938 or 9830598. OLE color: 9830598.
HSL color Cylindrical-coordinate representation of color #C60096: hue angle of 314.55º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60096 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.24 | 0.22 |
| HSL | 314.55º | 1% | 0.39% | - |
| HSV(B) | 314.55º | 1% | 0.78% | - |
| XYZ | 28.79 | 14.21 | 30.08 | - |
| YUV | 76.3 | 169.6 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 150 | 0 | 1 | 0.24 | 0.22 | 314.55 | 1 | 0.39 |
| Hex | C6 | 0 | 96 | 0 | 64 | 18 | 16 | 13B | 64 | 27 |
| Octal | 306 | 0 | 226 | 0 | 144 | 30 | 26 | 473 | 144 | 47 |
| Binary | 11000110 | 0 | 10010110 | 0 | 1100100 | 11000 | 10110 | 100111011 | 1100100 | 100111 |
Color Harmonies of #C60096
Complementary color
Monochromatic Colors of #C60096
Black with #C60096
Text Example
Text Example
White with #C60096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60096; }
p { color: rgb(198,0,150); }
H1.HeaderClassName
{
color: #C60096;
}
.AnyTagClassName
{
color: #C60096;
}
</style>
background-color css
<style>
a { background-color: #C60096; }
a { background-color: rgb(198,0,150); }
div.DivClassName
{
background-color: #C60096;
}
.BgClassName
{
background-color: #C60096;
}
</style>
border-color css
<style>
span { border-color: #C60096; }
span { border-color: rgb(198,0,150); }
td.TdClassName
{
border-color: #C60096;
}
.TagClassName
{
border-color: #C60096;
}
</style>