Shades of Medium Violet Red #C2096C
Tints of Medium Violet Red #C2096C
RGB
CMYK
RGB Variations
Color information
#C2096C (or 0xC2096C) is known color: Medium Violet Red. HEX triplet: C2, 09 and 6C. RGB value is (194,9,108). Sum of RGB (Red+Green+Blue) = 194+9+108=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C2096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2096C is #3DF693. Grayscale: #4B4B4B. Windows color (decimal): -4060820 or 7080386. OLE color: 7080386.
HSL color Cylindrical-coordinate representation of color #C2096C: hue angle of 327.89º 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 #C2096C is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 9 | 108 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.24 |
| HSL | 327.89º | 0.91% | 0.4% | - |
| HSV(B) | 327.89º | 0.95% | 0.76% | - |
| XYZ | 25.05 | 12.75 | 15.33 | - |
| YUV | 75.6 | 146.29 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 108 | 0 | 0.95 | 0.44 | 0.24 | 327.89 | 0.91 | 0.4 |
| Hex | C2 | 9 | 6C | 0 | 5F | 2C | 18 | 148 | 5B | 28 |
| Octal | 302 | 11 | 154 | 0 | 137 | 54 | 30 | 510 | 133 | 50 |
| Binary | 11000010 | 1001 | 1101100 | 0 | 1011111 | 101100 | 11000 | 101001000 | 1011011 | 101000 |
Color Harmonies of #C2096C
Complementary color
Monochromatic Colors of #C2096C
Black with #C2096C
Text Example
Text Example
White with #C2096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2096C; }
p { color: rgb(194,9,108); }
H1.HeaderClassName
{
color: #C2096C;
}
.AnyTagClassName
{
color: #C2096C;
}
</style>
background-color css
<style>
a { background-color: #C2096C; }
a { background-color: rgb(194,9,108); }
div.DivClassName
{
background-color: #C2096C;
}
.BgClassName
{
background-color: #C2096C;
}
</style>
border-color css
<style>
span { border-color: #C2096C; }
span { border-color: rgb(194,9,108); }
td.TdClassName
{
border-color: #C2096C;
}
.TagClassName
{
border-color: #C2096C;
}
</style>