Shades of Medium Violet Red #C01A6C
Tints of Medium Violet Red #C01A6C
RGB
CMYK
RGB Variations
Color information
#C01A6C (or 0xC01A6C) is known color: Medium Violet Red. HEX triplet: C0, 1A and 6C. RGB value is (192,26,108). Sum of RGB (Red+Green+Blue) = 192+26+108=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A6C is #3FE593. Grayscale: #545454. Windows color (decimal): -4187540 or 7084736. OLE color: 7084736.
HSL color Cylindrical-coordinate representation of color #C01A6C: hue angle of 330.36º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01A6C is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 108 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.25 |
| HSL | 330.36º | 0.76% | 0.43% | - |
| HSV(B) | 330.36º | 0.86% | 0.75% | - |
| XYZ | 24.81 | 13.03 | 15.39 | - |
| YUV | 84.98 | 141 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 108 | 0 | 0.86 | 0.44 | 0.25 | 330.36 | 0.76 | 0.43 |
| Hex | C0 | 1A | 6C | 0 | 56 | 2C | 19 | 14A | 4C | 2B |
| Octal | 300 | 32 | 154 | 0 | 126 | 54 | 31 | 512 | 114 | 53 |
| Binary | 11000000 | 11010 | 1101100 | 0 | 1010110 | 101100 | 11001 | 101001010 | 1001100 | 101011 |
Color Harmonies of #C01A6C
Complementary color
Monochromatic Colors of #C01A6C
Black with #C01A6C
Text Example
Text Example
White with #C01A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01A6C; }
p { color: rgb(192,26,108); }
H1.HeaderClassName
{
color: #C01A6C;
}
.AnyTagClassName
{
color: #C01A6C;
}
</style>
background-color css
<style>
a { background-color: #C01A6C; }
a { background-color: rgb(192,26,108); }
div.DivClassName
{
background-color: #C01A6C;
}
.BgClassName
{
background-color: #C01A6C;
}
</style>
border-color css
<style>
span { border-color: #C01A6C; }
span { border-color: rgb(192,26,108); }
td.TdClassName
{
border-color: #C01A6C;
}
.TagClassName
{
border-color: #C01A6C;
}
</style>