Shades of Medium Violet Red #C6149B
Tints of Medium Violet Red #C6149B
RGB
CMYK
RGB Variations
Color information
#C6149B (or 0xC6149B) is known color: Medium Violet Red. HEX triplet: C6, 14 and 9B. RGB value is (198,20,155). Sum of RGB (Red+Green+Blue) = 198+20+155=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 155 (60.94% from 255 or 41.55% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6149B is #39EB64. Grayscale: #585858. Windows color (decimal): -3795813 or 10163398. OLE color: 10163398.
HSL color Cylindrical-coordinate representation of color #C6149B: hue angle of 314.49º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6149B is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 155 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.22 |
| HSL | 314.49º | 0.82% | 0.43% | - |
| HSV(B) | 314.49º | 0.9% | 0.78% | - |
| XYZ | 29.46 | 14.87 | 32.33 | - |
| YUV | 88.61 | 165.47 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 155 | 0 | 0.90 | 0.22 | 0.22 | 314.49 | 0.82 | 0.43 |
| Hex | C6 | 14 | 9B | 0 | 5A | 16 | 16 | 13A | 52 | 2B |
| Octal | 306 | 24 | 233 | 0 | 132 | 26 | 26 | 472 | 122 | 53 |
| Binary | 11000110 | 10100 | 10011011 | 0 | 1011010 | 10110 | 10110 | 100111010 | 1010010 | 101011 |
Color Harmonies of #C6149B
Complementary color
Monochromatic Colors of #C6149B
Black with #C6149B
Text Example
Text Example
White with #C6149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6149B; }
p { color: rgb(198,20,155); }
H1.HeaderClassName
{
color: #C6149B;
}
.AnyTagClassName
{
color: #C6149B;
}
</style>
background-color css
<style>
a { background-color: #C6149B; }
a { background-color: rgb(198,20,155); }
div.DivClassName
{
background-color: #C6149B;
}
.BgClassName
{
background-color: #C6149B;
}
</style>
border-color css
<style>
span { border-color: #C6149B; }
span { border-color: rgb(198,20,155); }
td.TdClassName
{
border-color: #C6149B;
}
.TagClassName
{
border-color: #C6149B;
}
</style>