Shades of Medium Violet Red #C2208A
Tints of Medium Violet Red #C2208A
RGB
CMYK
RGB Variations
Color information
#C2208A (or 0xC2208A) is known color: Medium Violet Red. HEX triplet: C2, 20 and 8A. RGB value is (194,32,138). Sum of RGB (Red+Green+Blue) = 194+32+138=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C2208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2208A is #3DDF75. Grayscale: #5C5C5C. Windows color (decimal): -4054902 or 9052354. OLE color: 9052354.
HSL color Cylindrical-coordinate representation of color #C2208A: hue angle of 320.74º 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 #C2208A is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 138 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.24 |
| HSL | 320.74º | 0.72% | 0.44% | - |
| HSV(B) | 320.74º | 0.84% | 0.76% | - |
| XYZ | 27.35 | 14.34 | 25.37 | - |
| YUV | 92.52 | 153.67 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 138 | 0 | 0.84 | 0.29 | 0.24 | 320.74 | 0.72 | 0.44 |
| Hex | C2 | 20 | 8A | 0 | 54 | 1D | 18 | 141 | 48 | 2C |
| Octal | 302 | 40 | 212 | 0 | 124 | 35 | 30 | 501 | 110 | 54 |
| Binary | 11000010 | 100000 | 10001010 | 0 | 1010100 | 11101 | 11000 | 101000001 | 1001000 | 101100 |
Color Harmonies of #C2208A
Complementary color
Monochromatic Colors of #C2208A
Black with #C2208A
Text Example
Text Example
White with #C2208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2208A; }
p { color: rgb(194,32,138); }
H1.HeaderClassName
{
color: #C2208A;
}
.AnyTagClassName
{
color: #C2208A;
}
</style>
background-color css
<style>
a { background-color: #C2208A; }
a { background-color: rgb(194,32,138); }
div.DivClassName
{
background-color: #C2208A;
}
.BgClassName
{
background-color: #C2208A;
}
</style>
border-color css
<style>
span { border-color: #C2208A; }
span { border-color: rgb(194,32,138); }
td.TdClassName
{
border-color: #C2208A;
}
.TagClassName
{
border-color: #C2208A;
}
</style>