Shades of Medium Violet Red #C01A9C
Tints of Medium Violet Red #C01A9C
RGB
CMYK
RGB Variations
Color information
#C01A9C (or 0xC01A9C) is known color: Medium Violet Red. HEX triplet: C0, 1A and 9C. RGB value is (192,26,156). Sum of RGB (Red+Green+Blue) = 192+26+156=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01A9C is #3FE563. Grayscale: #5A5A5A. Windows color (decimal): -4187492 or 10230464. OLE color: 10230464.
HSL color Cylindrical-coordinate representation of color #C01A9C: hue angle of 313.01º 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 #C01A9C is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 156 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.25 |
| HSL | 313.01º | 0.76% | 0.43% | - |
| HSV(B) | 313.01º | 0.86% | 0.75% | - |
| XYZ | 28.11 | 14.35 | 32.74 | - |
| YUV | 90.45 | 165 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 156 | 0 | 0.86 | 0.19 | 0.25 | 313.01 | 0.76 | 0.43 |
| Hex | C0 | 1A | 9C | 0 | 56 | 13 | 19 | 139 | 4C | 2B |
| Octal | 300 | 32 | 234 | 0 | 126 | 23 | 31 | 471 | 114 | 53 |
| Binary | 11000000 | 11010 | 10011100 | 0 | 1010110 | 10011 | 11001 | 100111001 | 1001100 | 101011 |
Color Harmonies of #C01A9C
Complementary color
Monochromatic Colors of #C01A9C
Black with #C01A9C
Text Example
Text Example
White with #C01A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01A9C; }
p { color: rgb(192,26,156); }
H1.HeaderClassName
{
color: #C01A9C;
}
.AnyTagClassName
{
color: #C01A9C;
}
</style>
background-color css
<style>
a { background-color: #C01A9C; }
a { background-color: rgb(192,26,156); }
div.DivClassName
{
background-color: #C01A9C;
}
.BgClassName
{
background-color: #C01A9C;
}
</style>
border-color css
<style>
span { border-color: #C01A9C; }
span { border-color: rgb(192,26,156); }
td.TdClassName
{
border-color: #C01A9C;
}
.TagClassName
{
border-color: #C01A9C;
}
</style>