Shades of Medium Violet Red #C01881
Tints of Medium Violet Red #C01881
RGB
CMYK
RGB Variations
Color information
#C01881 (or 0xC01881) is known color: Medium Violet Red. HEX triplet: C0, 18 and 81. RGB value is (192,24,129). Sum of RGB (Red+Green+Blue) = 192+24+129=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C01881 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01881 is #3FE77E. Grayscale: #555555. Windows color (decimal): -4188031 or 8460480. OLE color: 8460480.
HSL color Cylindrical-coordinate representation of color #C01881: hue angle of 322.5º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01881 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 129 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.25 |
| HSL | 322.5º | 0.78% | 0.42% | - |
| HSV(B) | 322.5º | 0.88% | 0.75% | - |
| XYZ | 26.03 | 13.44 | 21.99 | - |
| YUV | 86.2 | 152.16 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 129 | 0 | 0.88 | 0.33 | 0.25 | 322.5 | 0.78 | 0.42 |
| Hex | C0 | 18 | 81 | 0 | 58 | 21 | 19 | 142 | 4E | 2A |
| Octal | 300 | 30 | 201 | 0 | 130 | 41 | 31 | 502 | 116 | 52 |
| Binary | 11000000 | 11000 | 10000001 | 0 | 1011000 | 100001 | 11001 | 101000010 | 1001110 | 101010 |
Color Harmonies of #C01881
Complementary color
Monochromatic Colors of #C01881
Black with #C01881
Text Example
Text Example
White with #C01881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01881; }
p { color: rgb(192,24,129); }
H1.HeaderClassName
{
color: #C01881;
}
.AnyTagClassName
{
color: #C01881;
}
</style>
background-color css
<style>
a { background-color: #C01881; }
a { background-color: rgb(192,24,129); }
div.DivClassName
{
background-color: #C01881;
}
.BgClassName
{
background-color: #C01881;
}
</style>
border-color css
<style>
span { border-color: #C01881; }
span { border-color: rgb(192,24,129); }
td.TdClassName
{
border-color: #C01881;
}
.TagClassName
{
border-color: #C01881;
}
</style>