Shades of Medium Violet Red #C20D78
Tints of Medium Violet Red #C20D78
RGB
CMYK
RGB Variations
Color information
#C20D78 (or 0xC20D78) is known color: Medium Violet Red. HEX triplet: C2, 0D and 78. RGB value is (194,13,120). Sum of RGB (Red+Green+Blue) = 194+13+120=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D78 is #3DF287. Grayscale: #4F4F4F. Windows color (decimal): -4059784 or 7867842. OLE color: 7867842.
HSL color Cylindrical-coordinate representation of color #C20D78: hue angle of 324.53º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20D78 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 120 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.24 |
| HSL | 324.53º | 0.87% | 0.41% | - |
| HSV(B) | 324.53º | 0.93% | 0.76% | - |
| XYZ | 25.78 | 13.11 | 18.94 | - |
| YUV | 79.32 | 150.97 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 120 | 0 | 0.93 | 0.38 | 0.24 | 324.53 | 0.87 | 0.41 |
| Hex | C2 | D | 78 | 0 | 5D | 26 | 18 | 145 | 57 | 29 |
| Octal | 302 | 15 | 170 | 0 | 135 | 46 | 30 | 505 | 127 | 51 |
| Binary | 11000010 | 1101 | 1111000 | 0 | 1011101 | 100110 | 11000 | 101000101 | 1010111 | 101001 |
Color Harmonies of #C20D78
Complementary color
Monochromatic Colors of #C20D78
Black with #C20D78
Text Example
Text Example
White with #C20D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20D78; }
p { color: rgb(194,13,120); }
H1.HeaderClassName
{
color: #C20D78;
}
.AnyTagClassName
{
color: #C20D78;
}
</style>
background-color css
<style>
a { background-color: #C20D78; }
a { background-color: rgb(194,13,120); }
div.DivClassName
{
background-color: #C20D78;
}
.BgClassName
{
background-color: #C20D78;
}
</style>
border-color css
<style>
span { border-color: #C20D78; }
span { border-color: rgb(194,13,120); }
td.TdClassName
{
border-color: #C20D78;
}
.TagClassName
{
border-color: #C20D78;
}
</style>