Shades of Medium Violet Red #C20E6B
Tints of Medium Violet Red #C20E6B
RGB
CMYK
RGB Variations
Color information
#C20E6B (or 0xC20E6B) is known color: Medium Violet Red. HEX triplet: C2, 0E and 6B. RGB value is (194,14,107). Sum of RGB (Red+Green+Blue) = 194+14+107=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20E6B is #3DF194. Grayscale: #4E4E4E. Windows color (decimal): -4059541 or 7016130. OLE color: 7016130.
HSL color Cylindrical-coordinate representation of color #C20E6B: hue angle of 329º 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 #C20E6B is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 107 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.24 |
| HSL | 329º | 0.87% | 0.41% | - |
| HSV(B) | 329º | 0.93% | 0.76% | - |
| XYZ | 25.06 | 12.84 | 15.07 | - |
| YUV | 78.42 | 144.13 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 107 | 0 | 0.93 | 0.45 | 0.24 | 329 | 0.87 | 0.41 |
| Hex | C2 | E | 6B | 0 | 5D | 2D | 18 | 149 | 57 | 29 |
| Octal | 302 | 16 | 153 | 0 | 135 | 55 | 30 | 511 | 127 | 51 |
| Binary | 11000010 | 1110 | 1101011 | 0 | 1011101 | 101101 | 11000 | 101001001 | 1010111 | 101001 |
Color Harmonies of #C20E6B
Complementary color
Monochromatic Colors of #C20E6B
Black with #C20E6B
Text Example
Text Example
White with #C20E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20E6B; }
p { color: rgb(194,14,107); }
H1.HeaderClassName
{
color: #C20E6B;
}
.AnyTagClassName
{
color: #C20E6B;
}
</style>
background-color css
<style>
a { background-color: #C20E6B; }
a { background-color: rgb(194,14,107); }
div.DivClassName
{
background-color: #C20E6B;
}
.BgClassName
{
background-color: #C20E6B;
}
</style>
border-color css
<style>
span { border-color: #C20E6B; }
span { border-color: rgb(194,14,107); }
td.TdClassName
{
border-color: #C20E6B;
}
.TagClassName
{
border-color: #C20E6B;
}
</style>