Shades of Medium Violet Red #C20893
Tints of Medium Violet Red #C20893
RGB
CMYK
RGB Variations
Color information
#C20893 (or 0xC20893) is known color: Medium Violet Red. HEX triplet: C2, 08 and 93. RGB value is (194,8,147). Sum of RGB (Red+Green+Blue) = 194+8+147=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C20893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20893 is #3DF76C. Grayscale: #4F4F4F. Windows color (decimal): -4061037 or 9636034. OLE color: 9636034.
HSL color Cylindrical-coordinate representation of color #C20893: hue angle of 315.16º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20893 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 8 | 147 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.24 |
| HSL | 315.16º | 0.92% | 0.4% | - |
| HSV(B) | 315.16º | 0.96% | 0.76% | - |
| XYZ | 27.6 | 13.75 | 28.8 | - |
| YUV | 79.46 | 166.12 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 8 | 147 | 0 | 0.96 | 0.24 | 0.24 | 315.16 | 0.92 | 0.4 |
| Hex | C2 | 8 | 93 | 0 | 60 | 18 | 18 | 13B | 5C | 28 |
| Octal | 302 | 10 | 223 | 0 | 140 | 30 | 30 | 473 | 134 | 50 |
| Binary | 11000010 | 1000 | 10010011 | 0 | 1100000 | 11000 | 11000 | 100111011 | 1011100 | 101000 |
Color Harmonies of #C20893
Complementary color
Monochromatic Colors of #C20893
Black with #C20893
Text Example
Text Example
White with #C20893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20893; }
p { color: rgb(194,8,147); }
H1.HeaderClassName
{
color: #C20893;
}
.AnyTagClassName
{
color: #C20893;
}
</style>
background-color css
<style>
a { background-color: #C20893; }
a { background-color: rgb(194,8,147); }
div.DivClassName
{
background-color: #C20893;
}
.BgClassName
{
background-color: #C20893;
}
</style>
border-color css
<style>
span { border-color: #C20893; }
span { border-color: rgb(194,8,147); }
td.TdClassName
{
border-color: #C20893;
}
.TagClassName
{
border-color: #C20893;
}
</style>