Shades of Medium Violet Red #C2208C
Tints of Medium Violet Red #C2208C
RGB
CMYK
RGB Variations
Color information
#C2208C (or 0xC2208C) is known color: Medium Violet Red. HEX triplet: C2, 20 and 8C. RGB value is (194,32,140). Sum of RGB (Red+Green+Blue) = 194+32+140=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C2208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2208C is #3DDF73. Grayscale: #5C5C5C. Windows color (decimal): -4054900 or 9183426. OLE color: 9183426.
HSL color Cylindrical-coordinate representation of color #C2208C: hue angle of 320º 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 #C2208C is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 140 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.24 |
| HSL | 320º | 0.72% | 0.44% | - |
| HSV(B) | 320º | 0.84% | 0.76% | - |
| XYZ | 27.5 | 14.4 | 26.14 | - |
| YUV | 92.75 | 154.67 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 140 | 0 | 0.84 | 0.28 | 0.24 | 320 | 0.72 | 0.44 |
| Hex | C2 | 20 | 8C | 0 | 54 | 1C | 18 | 140 | 48 | 2C |
| Octal | 302 | 40 | 214 | 0 | 124 | 34 | 30 | 500 | 110 | 54 |
| Binary | 11000010 | 100000 | 10001100 | 0 | 1010100 | 11100 | 11000 | 101000000 | 1001000 | 101100 |
Color Harmonies of #C2208C
Complementary color
Monochromatic Colors of #C2208C
Black with #C2208C
Text Example
Text Example
White with #C2208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2208C; }
p { color: rgb(194,32,140); }
H1.HeaderClassName
{
color: #C2208C;
}
.AnyTagClassName
{
color: #C2208C;
}
</style>
background-color css
<style>
a { background-color: #C2208C; }
a { background-color: rgb(194,32,140); }
div.DivClassName
{
background-color: #C2208C;
}
.BgClassName
{
background-color: #C2208C;
}
</style>
border-color css
<style>
span { border-color: #C2208C; }
span { border-color: rgb(194,32,140); }
td.TdClassName
{
border-color: #C2208C;
}
.TagClassName
{
border-color: #C2208C;
}
</style>