Shades of Medium Violet Red #C01C6C
Tints of Medium Violet Red #C01C6C
RGB
CMYK
RGB Variations
Color information
#C01C6C (or 0xC01C6C) is known color: Medium Violet Red. HEX triplet: C0, 1C and 6C. RGB value is (192,28,108). Sum of RGB (Red+Green+Blue) = 192+28+108=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 28 (11.33% from 255 or 8.54% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01C6C is #3FE393. Grayscale: #555555. Windows color (decimal): -4187028 or 7085248. OLE color: 7085248.
HSL color Cylindrical-coordinate representation of color #C01C6C: hue angle of 330.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C6C is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 28 | 108 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.25 |
| HSL | 330.73º | 0.75% | 0.43% | - |
| HSV(B) | 330.73º | 0.85% | 0.75% | - |
| XYZ | 24.86 | 13.12 | 15.41 | - |
| YUV | 86.16 | 140.33 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 108 | 0 | 0.85 | 0.44 | 0.25 | 330.73 | 0.75 | 0.43 |
| Hex | C0 | 1C | 6C | 0 | 55 | 2C | 19 | 14B | 4B | 2B |
| Octal | 300 | 34 | 154 | 0 | 125 | 54 | 31 | 513 | 113 | 53 |
| Binary | 11000000 | 11100 | 1101100 | 0 | 1010101 | 101100 | 11001 | 101001011 | 1001011 | 101011 |
Color Harmonies of #C01C6C
Complementary color
Monochromatic Colors of #C01C6C
Black with #C01C6C
Text Example
Text Example
White with #C01C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01C6C; }
p { color: rgb(192,28,108); }
H1.HeaderClassName
{
color: #C01C6C;
}
.AnyTagClassName
{
color: #C01C6C;
}
</style>
background-color css
<style>
a { background-color: #C01C6C; }
a { background-color: rgb(192,28,108); }
div.DivClassName
{
background-color: #C01C6C;
}
.BgClassName
{
background-color: #C01C6C;
}
</style>
border-color css
<style>
span { border-color: #C01C6C; }
span { border-color: rgb(192,28,108); }
td.TdClassName
{
border-color: #C01C6C;
}
.TagClassName
{
border-color: #C01C6C;
}
</style>