Shades of Medium Violet Red #C6129B
Tints of Medium Violet Red #C6129B
RGB
CMYK
RGB Variations
Color information
#C6129B (or 0xC6129B) is known color: Medium Violet Red. HEX triplet: C6, 12 and 9B. RGB value is (198,18,155). Sum of RGB (Red+Green+Blue) = 198+18+155=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6129B is #39ED64. Grayscale: #575757. Windows color (decimal): -3796325 or 10162886. OLE color: 10162886.
HSL color Cylindrical-coordinate representation of color #C6129B: hue angle of 314.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6129B is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 155 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.22 |
| HSL | 314.33º | 0.83% | 0.42% | - |
| HSV(B) | 314.33º | 0.91% | 0.78% | - |
| XYZ | 29.42 | 14.8 | 32.32 | - |
| YUV | 87.44 | 166.13 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 155 | 0 | 0.91 | 0.22 | 0.22 | 314.33 | 0.83 | 0.42 |
| Hex | C6 | 12 | 9B | 0 | 5B | 16 | 16 | 13A | 53 | 2A |
| Octal | 306 | 22 | 233 | 0 | 133 | 26 | 26 | 472 | 123 | 52 |
| Binary | 11000110 | 10010 | 10011011 | 0 | 1011011 | 10110 | 10110 | 100111010 | 1010011 | 101010 |
Color Harmonies of #C6129B
Complementary color
Monochromatic Colors of #C6129B
Black with #C6129B
Text Example
Text Example
White with #C6129B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6129B; }
p { color: rgb(198,18,155); }
H1.HeaderClassName
{
color: #C6129B;
}
.AnyTagClassName
{
color: #C6129B;
}
</style>
background-color css
<style>
a { background-color: #C6129B; }
a { background-color: rgb(198,18,155); }
div.DivClassName
{
background-color: #C6129B;
}
.BgClassName
{
background-color: #C6129B;
}
</style>
border-color css
<style>
span { border-color: #C6129B; }
span { border-color: rgb(198,18,155); }
td.TdClassName
{
border-color: #C6129B;
}
.TagClassName
{
border-color: #C6129B;
}
</style>