Shades of Medium Violet Red #C2126E
Tints of Medium Violet Red #C2126E
RGB
CMYK
RGB Variations
Color information
#C2126E (or 0xC2126E) is known color: Medium Violet Red. HEX triplet: C2, 12 and 6E. RGB value is (194,18,110). Sum of RGB (Red+Green+Blue) = 194+18+110=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C2126E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2126E is #3DED91. Grayscale: #505050. Windows color (decimal): -4058514 or 7213762. OLE color: 7213762.
HSL color Cylindrical-coordinate representation of color #C2126E: hue angle of 328.64º 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 #C2126E is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 110 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.24 |
| HSL | 328.64º | 0.83% | 0.42% | - |
| HSV(B) | 328.64º | 0.91% | 0.76% | - |
| XYZ | 25.28 | 13.03 | 15.93 | - |
| YUV | 81.11 | 144.31 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 110 | 0 | 0.91 | 0.43 | 0.24 | 328.64 | 0.83 | 0.42 |
| Hex | C2 | 12 | 6E | 0 | 5B | 2B | 18 | 149 | 53 | 2A |
| Octal | 302 | 22 | 156 | 0 | 133 | 53 | 30 | 511 | 123 | 52 |
| Binary | 11000010 | 10010 | 1101110 | 0 | 1011011 | 101011 | 11000 | 101001001 | 1010011 | 101010 |
Color Harmonies of #C2126E
Complementary color
Monochromatic Colors of #C2126E
Black with #C2126E
Text Example
Text Example
White with #C2126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2126E; }
p { color: rgb(194,18,110); }
H1.HeaderClassName
{
color: #C2126E;
}
.AnyTagClassName
{
color: #C2126E;
}
</style>
background-color css
<style>
a { background-color: #C2126E; }
a { background-color: rgb(194,18,110); }
div.DivClassName
{
background-color: #C2126E;
}
.BgClassName
{
background-color: #C2126E;
}
</style>
border-color css
<style>
span { border-color: #C2126E; }
span { border-color: rgb(194,18,110); }
td.TdClassName
{
border-color: #C2126E;
}
.TagClassName
{
border-color: #C2126E;
}
</style>