Shades of Medium Violet Red #C2129A
Tints of Medium Violet Red #C2129A
RGB
CMYK
RGB Variations
Color information
#C2129A (or 0xC2129A) is known color: Medium Violet Red. HEX triplet: C2, 12 and 9A. RGB value is (194,18,154). Sum of RGB (Red+Green+Blue) = 194+18+154=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C2129A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2129A is #3DED65. Grayscale: #555555. Windows color (decimal): -4058470 or 10097346. OLE color: 10097346.
HSL color Cylindrical-coordinate representation of color #C2129A: hue angle of 313.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 #C2129A is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 154 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.24 |
| HSL | 313.64º | 0.83% | 0.42% | - |
| HSV(B) | 313.64º | 0.91% | 0.76% | - |
| XYZ | 28.3 | 14.24 | 31.83 | - |
| YUV | 86.13 | 166.31 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 154 | 0 | 0.91 | 0.21 | 0.24 | 313.64 | 0.83 | 0.42 |
| Hex | C2 | 12 | 9A | 0 | 5B | 15 | 18 | 13A | 53 | 2A |
| Octal | 302 | 22 | 232 | 0 | 133 | 25 | 30 | 472 | 123 | 52 |
| Binary | 11000010 | 10010 | 10011010 | 0 | 1011011 | 10101 | 11000 | 100111010 | 1010011 | 101010 |
Color Harmonies of #C2129A
Complementary color
Monochromatic Colors of #C2129A
Black with #C2129A
Text Example
Text Example
White with #C2129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2129A; }
p { color: rgb(194,18,154); }
H1.HeaderClassName
{
color: #C2129A;
}
.AnyTagClassName
{
color: #C2129A;
}
</style>
background-color css
<style>
a { background-color: #C2129A; }
a { background-color: rgb(194,18,154); }
div.DivClassName
{
background-color: #C2129A;
}
.BgClassName
{
background-color: #C2129A;
}
</style>
border-color css
<style>
span { border-color: #C2129A; }
span { border-color: rgb(194,18,154); }
td.TdClassName
{
border-color: #C2129A;
}
.TagClassName
{
border-color: #C2129A;
}
</style>