Shades of Medium Violet Red #C22082
Tints of Medium Violet Red #C22082
RGB
CMYK
RGB Variations
Color information
#C22082 (or 0xC22082) is known color: Medium Violet Red. HEX triplet: C2, 20 and 82. RGB value is (194,32,130). Sum of RGB (Red+Green+Blue) = 194+32+130=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C22082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22082 is #3DDF7D. Grayscale: #5B5B5B. Windows color (decimal): -4054910 or 8528066. OLE color: 8528066.
HSL color Cylindrical-coordinate representation of color #C22082: hue angle of 323.7º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22082 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 130 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.24 |
| HSL | 323.7º | 0.72% | 0.44% | - |
| HSV(B) | 323.7º | 0.84% | 0.76% | - |
| XYZ | 26.79 | 14.11 | 22.43 | - |
| YUV | 91.61 | 149.67 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 130 | 0 | 0.84 | 0.33 | 0.24 | 323.7 | 0.72 | 0.44 |
| Hex | C2 | 20 | 82 | 0 | 54 | 21 | 18 | 144 | 48 | 2C |
| Octal | 302 | 40 | 202 | 0 | 124 | 41 | 30 | 504 | 110 | 54 |
| Binary | 11000010 | 100000 | 10000010 | 0 | 1010100 | 100001 | 11000 | 101000100 | 1001000 | 101100 |
Color Harmonies of #C22082
Complementary color
Monochromatic Colors of #C22082
Black with #C22082
Text Example
Text Example
White with #C22082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22082; }
p { color: rgb(194,32,130); }
H1.HeaderClassName
{
color: #C22082;
}
.AnyTagClassName
{
color: #C22082;
}
</style>
background-color css
<style>
a { background-color: #C22082; }
a { background-color: rgb(194,32,130); }
div.DivClassName
{
background-color: #C22082;
}
.BgClassName
{
background-color: #C22082;
}
</style>
border-color css
<style>
span { border-color: #C22082; }
span { border-color: rgb(194,32,130); }
td.TdClassName
{
border-color: #C22082;
}
.TagClassName
{
border-color: #C22082;
}
</style>