Shades of Medium Violet Red #C01A7F
Tints of Medium Violet Red #C01A7F
RGB
CMYK
RGB Variations
Color information
#C01A7F (or 0xC01A7F) is known color: Medium Violet Red. HEX triplet: C0, 1A and 7F. RGB value is (192,26,127). Sum of RGB (Red+Green+Blue) = 192+26+127=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A7F is #3FE580. Grayscale: #565656. Windows color (decimal): -4187521 or 8329920. OLE color: 8329920.
HSL color Cylindrical-coordinate representation of color #C01A7F: hue angle of 323.49º 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 #C01A7F is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 127 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.25 |
| HSL | 323.49º | 0.76% | 0.43% | - |
| HSV(B) | 323.49º | 0.86% | 0.75% | - |
| XYZ | 25.94 | 13.48 | 21.31 | - |
| YUV | 87.15 | 150.5 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 127 | 0 | 0.86 | 0.34 | 0.25 | 323.49 | 0.76 | 0.43 |
| Hex | C0 | 1A | 7F | 0 | 56 | 22 | 19 | 143 | 4C | 2B |
| Octal | 300 | 32 | 177 | 0 | 126 | 42 | 31 | 503 | 114 | 53 |
| Binary | 11000000 | 11010 | 1111111 | 0 | 1010110 | 100010 | 11001 | 101000011 | 1001100 | 101011 |
Color Harmonies of #C01A7F
Complementary color
Monochromatic Colors of #C01A7F
Black with #C01A7F
Text Example
Text Example
White with #C01A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01A7F; }
p { color: rgb(192,26,127); }
H1.HeaderClassName
{
color: #C01A7F;
}
.AnyTagClassName
{
color: #C01A7F;
}
</style>
background-color css
<style>
a { background-color: #C01A7F; }
a { background-color: rgb(192,26,127); }
div.DivClassName
{
background-color: #C01A7F;
}
.BgClassName
{
background-color: #C01A7F;
}
</style>
border-color css
<style>
span { border-color: #C01A7F; }
span { border-color: rgb(192,26,127); }
td.TdClassName
{
border-color: #C01A7F;
}
.TagClassName
{
border-color: #C01A7F;
}
</style>