Shades of Medium Violet Red #C6138B
Tints of Medium Violet Red #C6138B
RGB
CMYK
RGB Variations
Color information
#C6138B (or 0xC6138B) is known color: Medium Violet Red. HEX triplet: C6, 13 and 8B. RGB value is (198,19,139). Sum of RGB (Red+Green+Blue) = 198+19+139=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C6138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6138B is #39EC74. Grayscale: #555555. Windows color (decimal): -3796085 or 9114566. OLE color: 9114566.
HSL color Cylindrical-coordinate representation of color #C6138B: hue angle of 319.78º 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 #C6138B is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 139 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.22 |
| HSL | 319.78º | 0.82% | 0.43% | - |
| HSV(B) | 319.78º | 0.9% | 0.78% | - |
| XYZ | 28.18 | 14.34 | 25.71 | - |
| YUV | 86.2 | 157.8 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 139 | 0 | 0.90 | 0.30 | 0.22 | 319.78 | 0.82 | 0.43 |
| Hex | C6 | 13 | 8B | 0 | 5A | 1E | 16 | 140 | 52 | 2B |
| Octal | 306 | 23 | 213 | 0 | 132 | 36 | 26 | 500 | 122 | 53 |
| Binary | 11000110 | 10011 | 10001011 | 0 | 1011010 | 11110 | 10110 | 101000000 | 1010010 | 101011 |
Color Harmonies of #C6138B
Complementary color
Monochromatic Colors of #C6138B
Black with #C6138B
Text Example
Text Example
White with #C6138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6138B; }
p { color: rgb(198,19,139); }
H1.HeaderClassName
{
color: #C6138B;
}
.AnyTagClassName
{
color: #C6138B;
}
</style>
background-color css
<style>
a { background-color: #C6138B; }
a { background-color: rgb(198,19,139); }
div.DivClassName
{
background-color: #C6138B;
}
.BgClassName
{
background-color: #C6138B;
}
</style>
border-color css
<style>
span { border-color: #C6138B; }
span { border-color: rgb(198,19,139); }
td.TdClassName
{
border-color: #C6138B;
}
.TagClassName
{
border-color: #C6138B;
}
</style>