Shades of Medium Violet Red #C20293
Tints of Medium Violet Red #C20293
RGB
CMYK
RGB Variations
Color information
#C20293 (or 0xC20293) is known color: Medium Violet Red. HEX triplet: C2, 02 and 93. RGB value is (194,2,147). Sum of RGB (Red+Green+Blue) = 194+2+147=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C20293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20293 is #3DFD6C. Grayscale: #4B4B4B. Windows color (decimal): -4062573 or 9634498. OLE color: 9634498.
HSL color Cylindrical-coordinate representation of color #C20293: hue angle of 314.69º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20293 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.24 |
| HSL | 314.69º | 0.98% | 0.38% | - |
| HSV(B) | 314.69º | 0.99% | 0.76% | - |
| XYZ | 27.54 | 13.62 | 28.78 | - |
| YUV | 75.94 | 168.11 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 147 | 0 | 0.99 | 0.24 | 0.24 | 314.69 | 0.98 | 0.38 |
| Hex | C2 | 2 | 93 | 0 | 63 | 18 | 18 | 13B | 62 | 26 |
| Octal | 302 | 2 | 223 | 0 | 143 | 30 | 30 | 473 | 142 | 46 |
| Binary | 11000010 | 10 | 10010011 | 0 | 1100011 | 11000 | 11000 | 100111011 | 1100010 | 100110 |
Color Harmonies of #C20293
Complementary color
Monochromatic Colors of #C20293
Black with #C20293
Text Example
Text Example
White with #C20293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20293; }
p { color: rgb(194,2,147); }
H1.HeaderClassName
{
color: #C20293;
}
.AnyTagClassName
{
color: #C20293;
}
</style>
background-color css
<style>
a { background-color: #C20293; }
a { background-color: rgb(194,2,147); }
div.DivClassName
{
background-color: #C20293;
}
.BgClassName
{
background-color: #C20293;
}
</style>
border-color css
<style>
span { border-color: #C20293; }
span { border-color: rgb(194,2,147); }
td.TdClassName
{
border-color: #C20293;
}
.TagClassName
{
border-color: #C20293;
}
</style>