Shades of Medium Violet Red #C20C81
Tints of Medium Violet Red #C20C81
RGB
CMYK
RGB Variations
Color information
#C20C81 (or 0xC20C81) is known color: Medium Violet Red. HEX triplet: C2, 0C and 81. RGB value is (194,12,129). Sum of RGB (Red+Green+Blue) = 194+12+129=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20C81 is #3DF37E. Grayscale: #4F4F4F. Windows color (decimal): -4060031 or 8457410. OLE color: 8457410.
HSL color Cylindrical-coordinate representation of color #C20C81: hue angle of 321.43º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C81 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 129 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.24 |
| HSL | 321.43º | 0.88% | 0.4% | - |
| HSV(B) | 321.43º | 0.94% | 0.76% | - |
| XYZ | 26.34 | 13.32 | 21.95 | - |
| YUV | 79.76 | 155.8 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 129 | 0 | 0.94 | 0.34 | 0.24 | 321.43 | 0.88 | 0.4 |
| Hex | C2 | C | 81 | 0 | 5E | 22 | 18 | 141 | 58 | 28 |
| Octal | 302 | 14 | 201 | 0 | 136 | 42 | 30 | 501 | 130 | 50 |
| Binary | 11000010 | 1100 | 10000001 | 0 | 1011110 | 100010 | 11000 | 101000001 | 1011000 | 101000 |
Color Harmonies of #C20C81
Complementary color
Monochromatic Colors of #C20C81
Black with #C20C81
Text Example
Text Example
White with #C20C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C81; }
p { color: rgb(194,12,129); }
H1.HeaderClassName
{
color: #C20C81;
}
.AnyTagClassName
{
color: #C20C81;
}
</style>
background-color css
<style>
a { background-color: #C20C81; }
a { background-color: rgb(194,12,129); }
div.DivClassName
{
background-color: #C20C81;
}
.BgClassName
{
background-color: #C20C81;
}
</style>
border-color css
<style>
span { border-color: #C20C81; }
span { border-color: rgb(194,12,129); }
td.TdClassName
{
border-color: #C20C81;
}
.TagClassName
{
border-color: #C20C81;
}
</style>