Shades of Medium Violet Red #C20B9B
Tints of Medium Violet Red #C20B9B
RGB
CMYK
RGB Variations
Color information
#C20B9B (or 0xC20B9B) is known color: Medium Violet Red. HEX triplet: C2, 0B and 9B. RGB value is (194,11,155). Sum of RGB (Red+Green+Blue) = 194+11+155=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20B9B is #3DF464. Grayscale: #515151. Windows color (decimal): -4060261 or 10161090. OLE color: 10161090.
HSL color Cylindrical-coordinate representation of color #C20B9B: hue angle of 312.79º 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 #C20B9B is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 11 | 155 | - |
| CMYK | 0 | 0.94 | 0.20 | 0.24 |
| HSL | 312.79º | 0.89% | 0.4% | - |
| HSV(B) | 312.79º | 0.94% | 0.76% | - |
| XYZ | 28.28 | 14.08 | 32.24 | - |
| YUV | 82.13 | 169.13 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 11 | 155 | 0 | 0.94 | 0.20 | 0.24 | 312.79 | 0.89 | 0.4 |
| Hex | C2 | B | 9B | 0 | 5E | 14 | 18 | 139 | 59 | 28 |
| Octal | 302 | 13 | 233 | 0 | 136 | 24 | 30 | 471 | 131 | 50 |
| Binary | 11000010 | 1011 | 10011011 | 0 | 1011110 | 10100 | 11000 | 100111001 | 1011001 | 101000 |
Color Harmonies of #C20B9B
Complementary color
Monochromatic Colors of #C20B9B
Black with #C20B9B
Text Example
Text Example
White with #C20B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20B9B; }
p { color: rgb(194,11,155); }
H1.HeaderClassName
{
color: #C20B9B;
}
.AnyTagClassName
{
color: #C20B9B;
}
</style>
background-color css
<style>
a { background-color: #C20B9B; }
a { background-color: rgb(194,11,155); }
div.DivClassName
{
background-color: #C20B9B;
}
.BgClassName
{
background-color: #C20B9B;
}
</style>
border-color css
<style>
span { border-color: #C20B9B; }
span { border-color: rgb(194,11,155); }
td.TdClassName
{
border-color: #C20B9B;
}
.TagClassName
{
border-color: #C20B9B;
}
</style>