Shades of Medium Violet Red #C2099E
Tints of Medium Violet Red #C2099E
RGB
CMYK
RGB Variations
Color information
#C2099E (or 0xC2099E) is known color: Medium Violet Red. HEX triplet: C2, 09 and 9E. RGB value is (194,9,158). Sum of RGB (Red+Green+Blue) = 194+9+158=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 158 (62.11% from 255 or 43.77% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C2099E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2099E is #3DF661. Grayscale: #505050. Windows color (decimal): -4060770 or 10357186. OLE color: 10357186.
HSL color Cylindrical-coordinate representation of color #C2099E: hue angle of 311.68º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2099E is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 158 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.24 |
| HSL | 311.68º | 0.91% | 0.4% | - |
| HSV(B) | 311.68º | 0.95% | 0.76% | - |
| XYZ | 28.52 | 14.13 | 33.57 | - |
| YUV | 81.3 | 171.29 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 158 | 0 | 0.95 | 0.19 | 0.24 | 311.68 | 0.91 | 0.4 |
| Hex | C2 | 9 | 9E | 0 | 5F | 13 | 18 | 138 | 5B | 28 |
| Octal | 302 | 11 | 236 | 0 | 137 | 23 | 30 | 470 | 133 | 50 |
| Binary | 11000010 | 1001 | 10011110 | 0 | 1011111 | 10011 | 11000 | 100111000 | 1011011 | 101000 |
Color Harmonies of #C2099E
Complementary color
Monochromatic Colors of #C2099E
Black with #C2099E
Text Example
Text Example
White with #C2099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2099E; }
p { color: rgb(194,9,158); }
H1.HeaderClassName
{
color: #C2099E;
}
.AnyTagClassName
{
color: #C2099E;
}
</style>
background-color css
<style>
a { background-color: #C2099E; }
a { background-color: rgb(194,9,158); }
div.DivClassName
{
background-color: #C2099E;
}
.BgClassName
{
background-color: #C2099E;
}
</style>
border-color css
<style>
span { border-color: #C2099E; }
span { border-color: rgb(194,9,158); }
td.TdClassName
{
border-color: #C2099E;
}
.TagClassName
{
border-color: #C2099E;
}
</style>