Shades of Medium Violet Red #C2108B
Tints of Medium Violet Red #C2108B
RGB
CMYK
RGB Variations
Color information
#C2108B (or 0xC2108B) is known color: Medium Violet Red. HEX triplet: C2, 10 and 8B. RGB value is (194,16,139). Sum of RGB (Red+Green+Blue) = 194+16+139=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C2108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2108B is #3DEF74. Grayscale: #525252. Windows color (decimal): -4058997 or 9113794. OLE color: 9113794.
HSL color Cylindrical-coordinate representation of color #C2108B: hue angle of 318.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2108B is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 139 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.24 |
| HSL | 318.54º | 0.85% | 0.41% | - |
| HSV(B) | 318.54º | 0.92% | 0.76% | - |
| XYZ | 27.09 | 13.7 | 25.64 | - |
| YUV | 83.24 | 159.47 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 139 | 0 | 0.92 | 0.28 | 0.24 | 318.54 | 0.85 | 0.41 |
| Hex | C2 | 10 | 8B | 0 | 5C | 1C | 18 | 13F | 55 | 29 |
| Octal | 302 | 20 | 213 | 0 | 134 | 34 | 30 | 477 | 125 | 51 |
| Binary | 11000010 | 10000 | 10001011 | 0 | 1011100 | 11100 | 11000 | 100111111 | 1010101 | 101001 |
Color Harmonies of #C2108B
Complementary color
Monochromatic Colors of #C2108B
Black with #C2108B
Text Example
Text Example
White with #C2108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2108B; }
p { color: rgb(194,16,139); }
H1.HeaderClassName
{
color: #C2108B;
}
.AnyTagClassName
{
color: #C2108B;
}
</style>
background-color css
<style>
a { background-color: #C2108B; }
a { background-color: rgb(194,16,139); }
div.DivClassName
{
background-color: #C2108B;
}
.BgClassName
{
background-color: #C2108B;
}
</style>
border-color css
<style>
span { border-color: #C2108B; }
span { border-color: rgb(194,16,139); }
td.TdClassName
{
border-color: #C2108B;
}
.TagClassName
{
border-color: #C2108B;
}
</style>