Shades of Medium Violet Red #C20993
Tints of Medium Violet Red #C20993
RGB
CMYK
RGB Variations
Color information
#C20993 (or 0xC20993) is known color: Medium Violet Red. HEX triplet: C2, 09 and 93. RGB value is (194,9,147). Sum of RGB (Red+Green+Blue) = 194+9+147=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C20993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20993 is #3DF66C. Grayscale: #4F4F4F. Windows color (decimal): -4060781 or 9636290. OLE color: 9636290.
HSL color Cylindrical-coordinate representation of color #C20993: hue angle of 315.24º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20993 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 147 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.24 |
| HSL | 315.24º | 0.91% | 0.4% | - |
| HSV(B) | 315.24º | 0.95% | 0.76% | - |
| XYZ | 27.61 | 13.77 | 28.81 | - |
| YUV | 80.05 | 165.79 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 147 | 0 | 0.95 | 0.24 | 0.24 | 315.24 | 0.91 | 0.4 |
| Hex | C2 | 9 | 93 | 0 | 5F | 18 | 18 | 13B | 5B | 28 |
| Octal | 302 | 11 | 223 | 0 | 137 | 30 | 30 | 473 | 133 | 50 |
| Binary | 11000010 | 1001 | 10010011 | 0 | 1011111 | 11000 | 11000 | 100111011 | 1011011 | 101000 |
Color Harmonies of #C20993
Complementary color
Monochromatic Colors of #C20993
Black with #C20993
Text Example
Text Example
White with #C20993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20993; }
p { color: rgb(194,9,147); }
H1.HeaderClassName
{
color: #C20993;
}
.AnyTagClassName
{
color: #C20993;
}
</style>
background-color css
<style>
a { background-color: #C20993; }
a { background-color: rgb(194,9,147); }
div.DivClassName
{
background-color: #C20993;
}
.BgClassName
{
background-color: #C20993;
}
</style>
border-color css
<style>
span { border-color: #C20993; }
span { border-color: rgb(194,9,147); }
td.TdClassName
{
border-color: #C20993;
}
.TagClassName
{
border-color: #C20993;
}
</style>