Shades of Medium Violet Red #C0129B
Tints of Medium Violet Red #C0129B
RGB
CMYK
RGB Variations
Color information
#C0129B (or 0xC0129B) is known color: Medium Violet Red. HEX triplet: C0, 12 and 9B. RGB value is (192,18,155). Sum of RGB (Red+Green+Blue) = 192+18+155=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0129B is #3FED64. Grayscale: #555555. Windows color (decimal): -4189541 or 10162880. OLE color: 10162880.
HSL color Cylindrical-coordinate representation of color #C0129B: hue angle of 312.76º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0129B is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 155 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.25 |
| HSL | 312.76º | 0.83% | 0.41% | - |
| HSV(B) | 312.76º | 0.91% | 0.75% | - |
| XYZ | 27.87 | 14.01 | 32.24 | - |
| YUV | 85.64 | 167.15 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 155 | 0 | 0.91 | 0.19 | 0.25 | 312.76 | 0.83 | 0.41 |
| Hex | C0 | 12 | 9B | 0 | 5B | 13 | 19 | 139 | 53 | 29 |
| Octal | 300 | 22 | 233 | 0 | 133 | 23 | 31 | 471 | 123 | 51 |
| Binary | 11000000 | 10010 | 10011011 | 0 | 1011011 | 10011 | 11001 | 100111001 | 1010011 | 101001 |
Color Harmonies of #C0129B
Complementary color
Monochromatic Colors of #C0129B
Black with #C0129B
Text Example
Text Example
White with #C0129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0129B; }
p { color: rgb(192,18,155); }
H1.HeaderClassName
{
color: #C0129B;
}
.AnyTagClassName
{
color: #C0129B;
}
</style>
background-color css
<style>
a { background-color: #C0129B; }
a { background-color: rgb(192,18,155); }
div.DivClassName
{
background-color: #C0129B;
}
.BgClassName
{
background-color: #C0129B;
}
</style>
border-color css
<style>
span { border-color: #C0129B; }
span { border-color: rgb(192,18,155); }
td.TdClassName
{
border-color: #C0129B;
}
.TagClassName
{
border-color: #C0129B;
}
</style>