Shades of Medium Violet Red #C2117D
Tints of Medium Violet Red #C2117D
RGB
CMYK
RGB Variations
Color information
#C2117D (or 0xC2117D) is known color: Medium Violet Red. HEX triplet: C2, 11 and 7D. RGB value is (194,17,125). Sum of RGB (Red+Green+Blue) = 194+17+125=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2117D is #3DEE82. Grayscale: #515151. Windows color (decimal): -4058755 or 8196546. OLE color: 8196546.
HSL color Cylindrical-coordinate representation of color #C2117D: hue angle of 323.39º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2117D is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 125 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.24 |
| HSL | 323.39º | 0.84% | 0.41% | - |
| HSV(B) | 323.39º | 0.91% | 0.76% | - |
| XYZ | 26.15 | 13.35 | 20.6 | - |
| YUV | 82.24 | 152.14 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 125 | 0 | 0.91 | 0.36 | 0.24 | 323.39 | 0.84 | 0.41 |
| Hex | C2 | 11 | 7D | 0 | 5B | 24 | 18 | 143 | 54 | 29 |
| Octal | 302 | 21 | 175 | 0 | 133 | 44 | 30 | 503 | 124 | 51 |
| Binary | 11000010 | 10001 | 1111101 | 0 | 1011011 | 100100 | 11000 | 101000011 | 1010100 | 101001 |
Color Harmonies of #C2117D
Complementary color
Monochromatic Colors of #C2117D
Black with #C2117D
Text Example
Text Example
White with #C2117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2117D; }
p { color: rgb(194,17,125); }
H1.HeaderClassName
{
color: #C2117D;
}
.AnyTagClassName
{
color: #C2117D;
}
</style>
background-color css
<style>
a { background-color: #C2117D; }
a { background-color: rgb(194,17,125); }
div.DivClassName
{
background-color: #C2117D;
}
.BgClassName
{
background-color: #C2117D;
}
</style>
border-color css
<style>
span { border-color: #C2117D; }
span { border-color: rgb(194,17,125); }
td.TdClassName
{
border-color: #C2117D;
}
.TagClassName
{
border-color: #C2117D;
}
</style>