Shades of Medium Violet Red #C2009D
Tints of Medium Violet Red #C2009D
RGB
CMYK
RGB Variations
Color information
#C2009D (or 0xC2009D) is known color: Medium Violet Red. HEX triplet: C2, 00 and 9D. RGB value is (194,0,157). Sum of RGB (Red+Green+Blue) = 194+0+157=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2009D is #3DFF62. Grayscale: #4B4B4B. Windows color (decimal): -4063075 or 10289346. OLE color: 10289346.
HSL color Cylindrical-coordinate representation of color #C2009D: hue angle of 311.44º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2009D is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.19 | 0.24 |
| HSL | 311.44º | 1% | 0.38% | - |
| HSV(B) | 311.44º | 1% | 0.76% | - |
| XYZ | 28.33 | 13.9 | 33.09 | - |
| YUV | 75.9 | 173.77 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 157 | 0 | 1 | 0.19 | 0.24 | 311.44 | 1 | 0.38 |
| Hex | C2 | 0 | 9D | 0 | 64 | 13 | 18 | 137 | 64 | 26 |
| Octal | 302 | 0 | 235 | 0 | 144 | 23 | 30 | 467 | 144 | 46 |
| Binary | 11000010 | 0 | 10011101 | 0 | 1100100 | 10011 | 11000 | 100110111 | 1100100 | 100110 |
Color Harmonies of #C2009D
Complementary color
Monochromatic Colors of #C2009D
Black with #C2009D
Text Example
Text Example
White with #C2009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2009D; }
p { color: rgb(194,0,157); }
H1.HeaderClassName
{
color: #C2009D;
}
.AnyTagClassName
{
color: #C2009D;
}
</style>
background-color css
<style>
a { background-color: #C2009D; }
a { background-color: rgb(194,0,157); }
div.DivClassName
{
background-color: #C2009D;
}
.BgClassName
{
background-color: #C2009D;
}
</style>
border-color css
<style>
span { border-color: #C2009D; }
span { border-color: rgb(194,0,157); }
td.TdClassName
{
border-color: #C2009D;
}
.TagClassName
{
border-color: #C2009D;
}
</style>