Shades of Medium Violet Red #C6138F
Tints of Medium Violet Red #C6138F
RGB
CMYK
RGB Variations
Color information
#C6138F (or 0xC6138F) is known color: Medium Violet Red. HEX triplet: C6, 13 and 8F. RGB value is (198,19,143). Sum of RGB (Red+Green+Blue) = 198+19+143=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6138F is #39EC70. Grayscale: #565656. Windows color (decimal): -3796081 or 9376710. OLE color: 9376710.
HSL color Cylindrical-coordinate representation of color #C6138F: hue angle of 318.44º 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 #C6138F is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 143 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.22 |
| HSL | 318.44º | 0.82% | 0.43% | - |
| HSV(B) | 318.44º | 0.9% | 0.78% | - |
| XYZ | 28.48 | 14.45 | 27.28 | - |
| YUV | 86.66 | 159.8 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 143 | 0 | 0.90 | 0.28 | 0.22 | 318.44 | 0.82 | 0.43 |
| Hex | C6 | 13 | 8F | 0 | 5A | 1C | 16 | 13E | 52 | 2B |
| Octal | 306 | 23 | 217 | 0 | 132 | 34 | 26 | 476 | 122 | 53 |
| Binary | 11000110 | 10011 | 10001111 | 0 | 1011010 | 11100 | 10110 | 100111110 | 1010010 | 101011 |
Color Harmonies of #C6138F
Complementary color
Monochromatic Colors of #C6138F
Black with #C6138F
Text Example
Text Example
White with #C6138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6138F; }
p { color: rgb(198,19,143); }
H1.HeaderClassName
{
color: #C6138F;
}
.AnyTagClassName
{
color: #C6138F;
}
</style>
background-color css
<style>
a { background-color: #C6138F; }
a { background-color: rgb(198,19,143); }
div.DivClassName
{
background-color: #C6138F;
}
.BgClassName
{
background-color: #C6138F;
}
</style>
border-color css
<style>
span { border-color: #C6138F; }
span { border-color: rgb(198,19,143); }
td.TdClassName
{
border-color: #C6138F;
}
.TagClassName
{
border-color: #C6138F;
}
</style>