Shades of Medium Violet Red #C20382
Tints of Medium Violet Red #C20382
RGB
CMYK
RGB Variations
Color information
#C20382 (or 0xC20382) is known color: Medium Violet Red. HEX triplet: C2, 03 and 82. RGB value is (194,3,130). Sum of RGB (Red+Green+Blue) = 194+3+130=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C20382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20382 is #3DFC7D. Grayscale: #4A4A4A. Windows color (decimal): -4062334 or 8520642. OLE color: 8520642.
HSL color Cylindrical-coordinate representation of color #C20382: hue angle of 320.1º 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 #C20382 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 3 | 130 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.24 |
| HSL | 320.1º | 0.97% | 0.39% | - |
| HSV(B) | 320.1º | 0.98% | 0.76% | - |
| XYZ | 26.31 | 13.15 | 22.27 | - |
| YUV | 74.59 | 159.28 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 130 | 0 | 0.98 | 0.33 | 0.24 | 320.1 | 0.97 | 0.39 |
| Hex | C2 | 3 | 82 | 0 | 62 | 21 | 18 | 140 | 61 | 27 |
| Octal | 302 | 3 | 202 | 0 | 142 | 41 | 30 | 500 | 141 | 47 |
| Binary | 11000010 | 11 | 10000010 | 0 | 1100010 | 100001 | 11000 | 101000000 | 1100001 | 100111 |
Color Harmonies of #C20382
Complementary color
Monochromatic Colors of #C20382
Black with #C20382
Text Example
Text Example
White with #C20382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20382; }
p { color: rgb(194,3,130); }
H1.HeaderClassName
{
color: #C20382;
}
.AnyTagClassName
{
color: #C20382;
}
</style>
background-color css
<style>
a { background-color: #C20382; }
a { background-color: rgb(194,3,130); }
div.DivClassName
{
background-color: #C20382;
}
.BgClassName
{
background-color: #C20382;
}
</style>
border-color css
<style>
span { border-color: #C20382; }
span { border-color: rgb(194,3,130); }
td.TdClassName
{
border-color: #C20382;
}
.TagClassName
{
border-color: #C20382;
}
</style>