Shades of Medium Violet Red #C2126A
Tints of Medium Violet Red #C2126A
RGB
CMYK
RGB Variations
Color information
#C2126A (or 0xC2126A) is known color: Medium Violet Red. HEX triplet: C2, 12 and 6A. RGB value is (194,18,106). Sum of RGB (Red+Green+Blue) = 194+18+106=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C2126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2126A is #3DED95. Grayscale: #505050. Windows color (decimal): -4058518 or 6951618. OLE color: 6951618.
HSL color Cylindrical-coordinate representation of color #C2126A: hue angle of 330º 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 #C2126A is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 106 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.24 |
| HSL | 330º | 0.83% | 0.42% | - |
| HSV(B) | 330º | 0.91% | 0.76% | - |
| XYZ | 25.07 | 12.94 | 14.81 | - |
| YUV | 80.66 | 142.31 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 106 | 0 | 0.91 | 0.45 | 0.24 | 330 | 0.83 | 0.42 |
| Hex | C2 | 12 | 6A | 0 | 5B | 2D | 18 | 14A | 53 | 2A |
| Octal | 302 | 22 | 152 | 0 | 133 | 55 | 30 | 512 | 123 | 52 |
| Binary | 11000010 | 10010 | 1101010 | 0 | 1011011 | 101101 | 11000 | 101001010 | 1010011 | 101010 |
Color Harmonies of #C2126A
Complementary color
Monochromatic Colors of #C2126A
Black with #C2126A
Text Example
Text Example
White with #C2126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2126A; }
p { color: rgb(194,18,106); }
H1.HeaderClassName
{
color: #C2126A;
}
.AnyTagClassName
{
color: #C2126A;
}
</style>
background-color css
<style>
a { background-color: #C2126A; }
a { background-color: rgb(194,18,106); }
div.DivClassName
{
background-color: #C2126A;
}
.BgClassName
{
background-color: #C2126A;
}
</style>
border-color css
<style>
span { border-color: #C2126A; }
span { border-color: rgb(194,18,106); }
td.TdClassName
{
border-color: #C2126A;
}
.TagClassName
{
border-color: #C2126A;
}
</style>