Shades of Medium Violet Red #C2129C
Tints of Medium Violet Red #C2129C
RGB
CMYK
RGB Variations
Color information
#C2129C (or 0xC2129C) is known color: Medium Violet Red. HEX triplet: C2, 12 and 9C. RGB value is (194,18,156). Sum of RGB (Red+Green+Blue) = 194+18+156=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2129C is #3DED63. Grayscale: #555555. Windows color (decimal): -4058468 or 10228418. OLE color: 10228418.
HSL color Cylindrical-coordinate representation of color #C2129C: hue angle of 312.95º 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 #C2129C is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 156 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.24 |
| HSL | 312.95º | 0.83% | 0.42% | - |
| HSV(B) | 312.95º | 0.91% | 0.76% | - |
| XYZ | 28.47 | 14.3 | 32.71 | - |
| YUV | 86.36 | 167.31 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 156 | 0 | 0.91 | 0.20 | 0.24 | 312.95 | 0.83 | 0.42 |
| Hex | C2 | 12 | 9C | 0 | 5B | 14 | 18 | 139 | 53 | 2A |
| Octal | 302 | 22 | 234 | 0 | 133 | 24 | 30 | 471 | 123 | 52 |
| Binary | 11000010 | 10010 | 10011100 | 0 | 1011011 | 10100 | 11000 | 100111001 | 1010011 | 101010 |
Color Harmonies of #C2129C
Complementary color
Monochromatic Colors of #C2129C
Black with #C2129C
Text Example
Text Example
White with #C2129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2129C; }
p { color: rgb(194,18,156); }
H1.HeaderClassName
{
color: #C2129C;
}
.AnyTagClassName
{
color: #C2129C;
}
</style>
background-color css
<style>
a { background-color: #C2129C; }
a { background-color: rgb(194,18,156); }
div.DivClassName
{
background-color: #C2129C;
}
.BgClassName
{
background-color: #C2129C;
}
</style>
border-color css
<style>
span { border-color: #C2129C; }
span { border-color: rgb(194,18,156); }
td.TdClassName
{
border-color: #C2129C;
}
.TagClassName
{
border-color: #C2129C;
}
</style>