Shades of Medium Violet Red #C20D7B
Tints of Medium Violet Red #C20D7B
RGB
CMYK
RGB Variations
Color information
#C20D7B (or 0xC20D7B) is known color: Medium Violet Red. HEX triplet: C2, 0D and 7B. RGB value is (194,13,123). Sum of RGB (Red+Green+Blue) = 194+13+123=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D7B is #3DF284. Grayscale: #4F4F4F. Windows color (decimal): -4059781 or 8064450. OLE color: 8064450.
HSL color Cylindrical-coordinate representation of color #C20D7B: hue angle of 323.54º 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 #C20D7B is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 123 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.24 |
| HSL | 323.54º | 0.87% | 0.41% | - |
| HSV(B) | 323.54º | 0.93% | 0.76% | - |
| XYZ | 25.97 | 13.19 | 19.92 | - |
| YUV | 79.66 | 152.47 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 123 | 0 | 0.93 | 0.37 | 0.24 | 323.54 | 0.87 | 0.41 |
| Hex | C2 | D | 7B | 0 | 5D | 25 | 18 | 144 | 57 | 29 |
| Octal | 302 | 15 | 173 | 0 | 135 | 45 | 30 | 504 | 127 | 51 |
| Binary | 11000010 | 1101 | 1111011 | 0 | 1011101 | 100101 | 11000 | 101000100 | 1010111 | 101001 |
Color Harmonies of #C20D7B
Complementary color
Monochromatic Colors of #C20D7B
Black with #C20D7B
Text Example
Text Example
White with #C20D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20D7B; }
p { color: rgb(194,13,123); }
H1.HeaderClassName
{
color: #C20D7B;
}
.AnyTagClassName
{
color: #C20D7B;
}
</style>
background-color css
<style>
a { background-color: #C20D7B; }
a { background-color: rgb(194,13,123); }
div.DivClassName
{
background-color: #C20D7B;
}
.BgClassName
{
background-color: #C20D7B;
}
</style>
border-color css
<style>
span { border-color: #C20D7B; }
span { border-color: rgb(194,13,123); }
td.TdClassName
{
border-color: #C20D7B;
}
.TagClassName
{
border-color: #C20D7B;
}
</style>