Shades of Medium Violet Red #C20D9D
Tints of Medium Violet Red #C20D9D
RGB
CMYK
RGB Variations
Color information
#C20D9D (or 0xC20D9D) is known color: Medium Violet Red. HEX triplet: C2, 0D and 9D. RGB value is (194,13,157). Sum of RGB (Red+Green+Blue) = 194+13+157=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20D9D is #3DF262. Grayscale: #535353. Windows color (decimal): -4059747 or 10292674. OLE color: 10292674.
HSL color Cylindrical-coordinate representation of color #C20D9D: hue angle of 312.27º 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 #C20D9D is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 157 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.24 |
| HSL | 312.27º | 0.87% | 0.41% | - |
| HSV(B) | 312.27º | 0.93% | 0.76% | - |
| XYZ | 28.48 | 14.19 | 33.14 | - |
| YUV | 83.54 | 169.47 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 157 | 0 | 0.93 | 0.19 | 0.24 | 312.27 | 0.87 | 0.41 |
| Hex | C2 | D | 9D | 0 | 5D | 13 | 18 | 138 | 57 | 29 |
| Octal | 302 | 15 | 235 | 0 | 135 | 23 | 30 | 470 | 127 | 51 |
| Binary | 11000010 | 1101 | 10011101 | 0 | 1011101 | 10011 | 11000 | 100111000 | 1010111 | 101001 |
Color Harmonies of #C20D9D
Complementary color
Monochromatic Colors of #C20D9D
Black with #C20D9D
Text Example
Text Example
White with #C20D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20D9D; }
p { color: rgb(194,13,157); }
H1.HeaderClassName
{
color: #C20D9D;
}
.AnyTagClassName
{
color: #C20D9D;
}
</style>
background-color css
<style>
a { background-color: #C20D9D; }
a { background-color: rgb(194,13,157); }
div.DivClassName
{
background-color: #C20D9D;
}
.BgClassName
{
background-color: #C20D9D;
}
</style>
border-color css
<style>
span { border-color: #C20D9D; }
span { border-color: rgb(194,13,157); }
td.TdClassName
{
border-color: #C20D9D;
}
.TagClassName
{
border-color: #C20D9D;
}
</style>