Shades of Medium Violet Red #C20380
Tints of Medium Violet Red #C20380
RGB
CMYK
RGB Variations
Color information
#C20380 (or 0xC20380) is known color: Medium Violet Red. HEX triplet: C2, 03 and 80. RGB value is (194,3,128). Sum of RGB (Red+Green+Blue) = 194+3+128=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C20380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20380 is #3DFC7F. Grayscale: #4A4A4A. Windows color (decimal): -4062336 or 8389570. OLE color: 8389570.
HSL color Cylindrical-coordinate representation of color #C20380: hue angle of 320.73º 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 #C20380 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 128 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.24 |
| HSL | 320.73º | 0.97% | 0.39% | - |
| HSV(B) | 320.73º | 0.98% | 0.76% | - |
| XYZ | 26.18 | 13.09 | 21.57 | - |
| YUV | 74.36 | 158.28 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 128 | 0 | 0.98 | 0.34 | 0.24 | 320.73 | 0.97 | 0.39 |
| Hex | C2 | 3 | 80 | 0 | 62 | 22 | 18 | 141 | 61 | 27 |
| Octal | 302 | 3 | 200 | 0 | 142 | 42 | 30 | 501 | 141 | 47 |
| Binary | 11000010 | 11 | 10000000 | 0 | 1100010 | 100010 | 11000 | 101000001 | 1100001 | 100111 |
Color Harmonies of #C20380
Complementary color
Monochromatic Colors of #C20380
Black with #C20380
Text Example
Text Example
White with #C20380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20380; }
p { color: rgb(194,3,128); }
H1.HeaderClassName
{
color: #C20380;
}
.AnyTagClassName
{
color: #C20380;
}
</style>
background-color css
<style>
a { background-color: #C20380; }
a { background-color: rgb(194,3,128); }
div.DivClassName
{
background-color: #C20380;
}
.BgClassName
{
background-color: #C20380;
}
</style>
border-color css
<style>
span { border-color: #C20380; }
span { border-color: rgb(194,3,128); }
td.TdClassName
{
border-color: #C20380;
}
.TagClassName
{
border-color: #C20380;
}
</style>