Shades of Medium Violet Red #C6038F
Tints of Medium Violet Red #C6038F
RGB
CMYK
RGB Variations
Color information
#C6038F (or 0xC6038F) is known color: Medium Violet Red. HEX triplet: C6, 03 and 8F. RGB value is (198,3,143). Sum of RGB (Red+Green+Blue) = 198+3+143=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6038F is #39FC70. Grayscale: #4C4C4C. Windows color (decimal): -3800177 or 9372614. OLE color: 9372614.
HSL color Cylindrical-coordinate representation of color #C6038F: hue angle of 316.92º 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 #C6038F is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 143 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.22 |
| HSL | 316.92º | 0.97% | 0.39% | - |
| HSV(B) | 316.92º | 0.98% | 0.78% | - |
| XYZ | 28.28 | 14.05 | 27.21 | - |
| YUV | 77.27 | 165.1 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 143 | 0 | 0.98 | 0.28 | 0.22 | 316.92 | 0.97 | 0.39 |
| Hex | C6 | 3 | 8F | 0 | 62 | 1C | 16 | 13D | 61 | 27 |
| Octal | 306 | 3 | 217 | 0 | 142 | 34 | 26 | 475 | 141 | 47 |
| Binary | 11000110 | 11 | 10001111 | 0 | 1100010 | 11100 | 10110 | 100111101 | 1100001 | 100111 |
Color Harmonies of #C6038F
Complementary color
Monochromatic Colors of #C6038F
Black with #C6038F
Text Example
Text Example
White with #C6038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6038F; }
p { color: rgb(198,3,143); }
H1.HeaderClassName
{
color: #C6038F;
}
.AnyTagClassName
{
color: #C6038F;
}
</style>
background-color css
<style>
a { background-color: #C6038F; }
a { background-color: rgb(198,3,143); }
div.DivClassName
{
background-color: #C6038F;
}
.BgClassName
{
background-color: #C6038F;
}
</style>
border-color css
<style>
span { border-color: #C6038F; }
span { border-color: rgb(198,3,143); }
td.TdClassName
{
border-color: #C6038F;
}
.TagClassName
{
border-color: #C6038F;
}
</style>