Shades of Medium Violet Red #C2099D
Tints of Medium Violet Red #C2099D
RGB
CMYK
RGB Variations
Color information
#C2099D (or 0xC2099D) is known color: Medium Violet Red. HEX triplet: C2, 09 and 9D. RGB value is (194,9,157). Sum of RGB (Red+Green+Blue) = 194+9+157=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2099D is #3DF662. Grayscale: #505050. Windows color (decimal): -4060771 or 10291650. OLE color: 10291650.
HSL color Cylindrical-coordinate representation of color #C2099D: hue angle of 312º 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 #C2099D is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 157 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.24 |
| HSL | 312º | 0.91% | 0.4% | - |
| HSV(B) | 312º | 0.95% | 0.76% | - |
| XYZ | 28.43 | 14.1 | 33.12 | - |
| YUV | 81.19 | 170.79 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 157 | 0 | 0.95 | 0.19 | 0.24 | 312 | 0.91 | 0.4 |
| Hex | C2 | 9 | 9D | 0 | 5F | 13 | 18 | 138 | 5B | 28 |
| Octal | 302 | 11 | 235 | 0 | 137 | 23 | 30 | 470 | 133 | 50 |
| Binary | 11000010 | 1001 | 10011101 | 0 | 1011111 | 10011 | 11000 | 100111000 | 1011011 | 101000 |
Color Harmonies of #C2099D
Complementary color
Monochromatic Colors of #C2099D
Black with #C2099D
Text Example
Text Example
White with #C2099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2099D; }
p { color: rgb(194,9,157); }
H1.HeaderClassName
{
color: #C2099D;
}
.AnyTagClassName
{
color: #C2099D;
}
</style>
background-color css
<style>
a { background-color: #C2099D; }
a { background-color: rgb(194,9,157); }
div.DivClassName
{
background-color: #C2099D;
}
.BgClassName
{
background-color: #C2099D;
}
</style>
border-color css
<style>
span { border-color: #C2099D; }
span { border-color: rgb(194,9,157); }
td.TdClassName
{
border-color: #C2099D;
}
.TagClassName
{
border-color: #C2099D;
}
</style>