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