Shades of Medium Violet Red #C20C7D
Tints of Medium Violet Red #C20C7D
RGB
CMYK
RGB Variations
Color information
#C20C7D (or 0xC20C7D) is known color: Medium Violet Red. HEX triplet: C2, 0C and 7D. RGB value is (194,12,125). Sum of RGB (Red+Green+Blue) = 194+12+125=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C7D is #3DF382. Grayscale: #4F4F4F. Windows color (decimal): -4060035 or 8195266. OLE color: 8195266.
HSL color Cylindrical-coordinate representation of color #C20C7D: hue angle of 322.75º 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 #C20C7D is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 125 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.24 |
| HSL | 322.75º | 0.88% | 0.4% | - |
| HSV(B) | 322.75º | 0.94% | 0.76% | - |
| XYZ | 26.08 | 13.21 | 20.58 | - |
| YUV | 79.3 | 153.8 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 125 | 0 | 0.94 | 0.36 | 0.24 | 322.75 | 0.88 | 0.4 |
| Hex | C2 | C | 7D | 0 | 5E | 24 | 18 | 143 | 58 | 28 |
| Octal | 302 | 14 | 175 | 0 | 136 | 44 | 30 | 503 | 130 | 50 |
| Binary | 11000010 | 1100 | 1111101 | 0 | 1011110 | 100100 | 11000 | 101000011 | 1011000 | 101000 |
Color Harmonies of #C20C7D
Complementary color
Monochromatic Colors of #C20C7D
Black with #C20C7D
Text Example
Text Example
White with #C20C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C7D; }
p { color: rgb(194,12,125); }
H1.HeaderClassName
{
color: #C20C7D;
}
.AnyTagClassName
{
color: #C20C7D;
}
</style>
background-color css
<style>
a { background-color: #C20C7D; }
a { background-color: rgb(194,12,125); }
div.DivClassName
{
background-color: #C20C7D;
}
.BgClassName
{
background-color: #C20C7D;
}
</style>
border-color css
<style>
span { border-color: #C20C7D; }
span { border-color: rgb(194,12,125); }
td.TdClassName
{
border-color: #C20C7D;
}
.TagClassName
{
border-color: #C20C7D;
}
</style>