Shades of Medium Violet Red #C22083
Tints of Medium Violet Red #C22083
RGB
CMYK
RGB Variations
Color information
#C22083 (or 0xC22083) is known color: Medium Violet Red. HEX triplet: C2, 20 and 83. RGB value is (194,32,131). Sum of RGB (Red+Green+Blue) = 194+32+131=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 131 (51.56% from 255 or 36.69% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C22083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22083 is #3DDF7C. Grayscale: #5B5B5B. Windows color (decimal): -4054909 or 8593602. OLE color: 8593602.
HSL color Cylindrical-coordinate representation of color #C22083: hue angle of 323.33º 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 #C22083 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 131 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.24 |
| HSL | 323.33º | 0.72% | 0.44% | - |
| HSV(B) | 323.33º | 0.84% | 0.76% | - |
| XYZ | 26.86 | 14.14 | 22.79 | - |
| YUV | 91.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 131 | 0 | 0.84 | 0.32 | 0.24 | 323.33 | 0.72 | 0.44 |
| Hex | C2 | 20 | 83 | 0 | 54 | 20 | 18 | 143 | 48 | 2C |
| Octal | 302 | 40 | 203 | 0 | 124 | 40 | 30 | 503 | 110 | 54 |
| Binary | 11000010 | 100000 | 10000011 | 0 | 1010100 | 100000 | 11000 | 101000011 | 1001000 | 101100 |
Color Harmonies of #C22083
Complementary color
Monochromatic Colors of #C22083
Black with #C22083
Text Example
Text Example
White with #C22083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22083; }
p { color: rgb(194,32,131); }
H1.HeaderClassName
{
color: #C22083;
}
.AnyTagClassName
{
color: #C22083;
}
</style>
background-color css
<style>
a { background-color: #C22083; }
a { background-color: rgb(194,32,131); }
div.DivClassName
{
background-color: #C22083;
}
.BgClassName
{
background-color: #C22083;
}
</style>
border-color css
<style>
span { border-color: #C22083; }
span { border-color: rgb(194,32,131); }
td.TdClassName
{
border-color: #C22083;
}
.TagClassName
{
border-color: #C22083;
}
</style>