Shades of Medium Violet Red #C20390
Tints of Medium Violet Red #C20390
RGB
CMYK
RGB Variations
Color information
#C20390 (or 0xC20390) is known color: Medium Violet Red. HEX triplet: C2, 03 and 90. RGB value is (194,3,144). Sum of RGB (Red+Green+Blue) = 194+3+144=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C20390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20390 is #3DFC6F. Grayscale: #4B4B4B. Windows color (decimal): -4062320 or 9438146. OLE color: 9438146.
HSL color Cylindrical-coordinate representation of color #C20390: hue angle of 315.71º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C20390 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 144 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.24 |
| HSL | 315.71º | 0.97% | 0.39% | - |
| HSV(B) | 315.71º | 0.98% | 0.76% | - |
| XYZ | 27.31 | 13.55 | 27.56 | - |
| YUV | 76.18 | 166.28 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 144 | 0 | 0.98 | 0.26 | 0.24 | 315.71 | 0.97 | 0.39 |
| Hex | C2 | 3 | 90 | 0 | 62 | 1A | 18 | 13C | 61 | 27 |
| Octal | 302 | 3 | 220 | 0 | 142 | 32 | 30 | 474 | 141 | 47 |
| Binary | 11000010 | 11 | 10010000 | 0 | 1100010 | 11010 | 11000 | 100111100 | 1100001 | 100111 |
Color Harmonies of #C20390
Complementary color
Monochromatic Colors of #C20390
Black with #C20390
Text Example
Text Example
White with #C20390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20390; }
p { color: rgb(194,3,144); }
H1.HeaderClassName
{
color: #C20390;
}
.AnyTagClassName
{
color: #C20390;
}
</style>
background-color css
<style>
a { background-color: #C20390; }
a { background-color: rgb(194,3,144); }
div.DivClassName
{
background-color: #C20390;
}
.BgClassName
{
background-color: #C20390;
}
</style>
border-color css
<style>
span { border-color: #C20390; }
span { border-color: rgb(194,3,144); }
td.TdClassName
{
border-color: #C20390;
}
.TagClassName
{
border-color: #C20390;
}
</style>