Shades of Medium Violet Red #C2107B
Tints of Medium Violet Red #C2107B
RGB
CMYK
RGB Variations
Color information
#C2107B (or 0xC2107B) is known color: Medium Violet Red. HEX triplet: C2, 10 and 7B. RGB value is (194,16,123). Sum of RGB (Red+Green+Blue) = 194+16+123=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C2107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2107B is #3DEF84. Grayscale: #515151. Windows color (decimal): -4059013 or 8065218. OLE color: 8065218.
HSL color Cylindrical-coordinate representation of color #C2107B: hue angle of 323.93º 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 #C2107B is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 123 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.24 |
| HSL | 323.93º | 0.85% | 0.41% | - |
| HSV(B) | 323.93º | 0.92% | 0.76% | - |
| XYZ | 26.01 | 13.27 | 19.93 | - |
| YUV | 81.42 | 151.47 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 123 | 0 | 0.92 | 0.37 | 0.24 | 323.93 | 0.85 | 0.41 |
| Hex | C2 | 10 | 7B | 0 | 5C | 25 | 18 | 144 | 55 | 29 |
| Octal | 302 | 20 | 173 | 0 | 134 | 45 | 30 | 504 | 125 | 51 |
| Binary | 11000010 | 10000 | 1111011 | 0 | 1011100 | 100101 | 11000 | 101000100 | 1010101 | 101001 |
Color Harmonies of #C2107B
Complementary color
Monochromatic Colors of #C2107B
Black with #C2107B
Text Example
Text Example
White with #C2107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2107B; }
p { color: rgb(194,16,123); }
H1.HeaderClassName
{
color: #C2107B;
}
.AnyTagClassName
{
color: #C2107B;
}
</style>
background-color css
<style>
a { background-color: #C2107B; }
a { background-color: rgb(194,16,123); }
div.DivClassName
{
background-color: #C2107B;
}
.BgClassName
{
background-color: #C2107B;
}
</style>
border-color css
<style>
span { border-color: #C2107B; }
span { border-color: rgb(194,16,123); }
td.TdClassName
{
border-color: #C2107B;
}
.TagClassName
{
border-color: #C2107B;
}
</style>