Shades of Medium Violet Red #C20B8D
Tints of Medium Violet Red #C20B8D
RGB
CMYK
RGB Variations
Color information
#C20B8D (or 0xC20B8D) is known color: Medium Violet Red. HEX triplet: C2, 0B and 8D. RGB value is (194,11,141). Sum of RGB (Red+Green+Blue) = 194+11+141=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20B8D is #3DF472. Grayscale: #505050. Windows color (decimal): -4060275 or 9243586. OLE color: 9243586.
HSL color Cylindrical-coordinate representation of color #C20B8D: hue angle of 317.38º degrees, saturation: 0.89, 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 #C20B8D is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 141 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.24 |
| HSL | 317.38º | 0.89% | 0.4% | - |
| HSV(B) | 317.38º | 0.94% | 0.76% | - |
| XYZ | 27.18 | 13.63 | 26.4 | - |
| YUV | 80.54 | 162.13 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 141 | 0 | 0.94 | 0.27 | 0.24 | 317.38 | 0.89 | 0.4 |
| Hex | C2 | B | 8D | 0 | 5E | 1B | 18 | 13D | 59 | 28 |
| Octal | 302 | 13 | 215 | 0 | 136 | 33 | 30 | 475 | 131 | 50 |
| Binary | 11000010 | 1011 | 10001101 | 0 | 1011110 | 11011 | 11000 | 100111101 | 1011001 | 101000 |
Color Harmonies of #C20B8D
Complementary color
Monochromatic Colors of #C20B8D
Black with #C20B8D
Text Example
Text Example
White with #C20B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B8D; }
p { color: rgb(194,11,141); }
H1.HeaderClassName
{
color: #C20B8D;
}
.AnyTagClassName
{
color: #C20B8D;
}
</style>
background-color css
<style>
a { background-color: #C20B8D; }
a { background-color: rgb(194,11,141); }
div.DivClassName
{
background-color: #C20B8D;
}
.BgClassName
{
background-color: #C20B8D;
}
</style>
border-color css
<style>
span { border-color: #C20B8D; }
span { border-color: rgb(194,11,141); }
td.TdClassName
{
border-color: #C20B8D;
}
.TagClassName
{
border-color: #C20B8D;
}
</style>