Shades of Medium Violet Red #C6038B
Tints of Medium Violet Red #C6038B
RGB
CMYK
RGB Variations
Color information
#C6038B (or 0xC6038B) is known color: Medium Violet Red. HEX triplet: C6, 03 and 8B. RGB value is (198,3,139). Sum of RGB (Red+Green+Blue) = 198+3+139=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C6038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6038B is #39FC74. Grayscale: #4C4C4C. Windows color (decimal): -3800181 or 9110470. OLE color: 9110470.
HSL color Cylindrical-coordinate representation of color #C6038B: hue angle of 318.15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6038B is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 139 | - |
| CMYK | 0 | 0.98 | 0.30 | 0.22 |
| HSL | 318.15º | 0.97% | 0.39% | - |
| HSV(B) | 318.15º | 0.98% | 0.78% | - |
| XYZ | 27.98 | 13.93 | 25.64 | - |
| YUV | 76.81 | 163.1 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 139 | 0 | 0.98 | 0.30 | 0.22 | 318.15 | 0.97 | 0.39 |
| Hex | C6 | 3 | 8B | 0 | 62 | 1E | 16 | 13E | 61 | 27 |
| Octal | 306 | 3 | 213 | 0 | 142 | 36 | 26 | 476 | 141 | 47 |
| Binary | 11000110 | 11 | 10001011 | 0 | 1100010 | 11110 | 10110 | 100111110 | 1100001 | 100111 |
Color Harmonies of #C6038B
Complementary color
Monochromatic Colors of #C6038B
Black with #C6038B
Text Example
Text Example
White with #C6038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6038B; }
p { color: rgb(198,3,139); }
H1.HeaderClassName
{
color: #C6038B;
}
.AnyTagClassName
{
color: #C6038B;
}
</style>
background-color css
<style>
a { background-color: #C6038B; }
a { background-color: rgb(198,3,139); }
div.DivClassName
{
background-color: #C6038B;
}
.BgClassName
{
background-color: #C6038B;
}
</style>
border-color css
<style>
span { border-color: #C6038B; }
span { border-color: rgb(198,3,139); }
td.TdClassName
{
border-color: #C6038B;
}
.TagClassName
{
border-color: #C6038B;
}
</style>