Shades of Medium Violet Red #C2126D
Tints of Medium Violet Red #C2126D
RGB
CMYK
RGB Variations
Color information
#C2126D (or 0xC2126D) is known color: Medium Violet Red. HEX triplet: C2, 12 and 6D. RGB value is (194,18,109). Sum of RGB (Red+Green+Blue) = 194+18+109=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2126D is #3DED92. Grayscale: #505050. Windows color (decimal): -4058515 or 7148226. OLE color: 7148226.
HSL color Cylindrical-coordinate representation of color #C2126D: hue angle of 328.98º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2126D is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 109 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.24 |
| HSL | 328.98º | 0.83% | 0.42% | - |
| HSV(B) | 328.98º | 0.91% | 0.76% | - |
| XYZ | 25.22 | 13.01 | 15.65 | - |
| YUV | 81 | 143.81 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 109 | 0 | 0.91 | 0.44 | 0.24 | 328.98 | 0.83 | 0.42 |
| Hex | C2 | 12 | 6D | 0 | 5B | 2C | 18 | 149 | 53 | 2A |
| Octal | 302 | 22 | 155 | 0 | 133 | 54 | 30 | 511 | 123 | 52 |
| Binary | 11000010 | 10010 | 1101101 | 0 | 1011011 | 101100 | 11000 | 101001001 | 1010011 | 101010 |
Color Harmonies of #C2126D
Complementary color
Monochromatic Colors of #C2126D
Black with #C2126D
Text Example
Text Example
White with #C2126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2126D; }
p { color: rgb(194,18,109); }
H1.HeaderClassName
{
color: #C2126D;
}
.AnyTagClassName
{
color: #C2126D;
}
</style>
background-color css
<style>
a { background-color: #C2126D; }
a { background-color: rgb(194,18,109); }
div.DivClassName
{
background-color: #C2126D;
}
.BgClassName
{
background-color: #C2126D;
}
</style>
border-color css
<style>
span { border-color: #C2126D; }
span { border-color: rgb(194,18,109); }
td.TdClassName
{
border-color: #C2126D;
}
.TagClassName
{
border-color: #C2126D;
}
</style>