Shades of Medium Violet Red #C6039A
Tints of Medium Violet Red #C6039A
RGB
CMYK
RGB Variations
Color information
#C6039A (or 0xC6039A) is known color: Medium Violet Red. HEX triplet: C6, 03 and 9A. RGB value is (198,3,154). Sum of RGB (Red+Green+Blue) = 198+3+154=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6039A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6039A is #39FC65. Grayscale: #4E4E4E. Windows color (decimal): -3800166 or 10093510. OLE color: 10093510.
HSL color Cylindrical-coordinate representation of color #C6039A: hue angle of 313.54º 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 #C6039A is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 154 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.22 |
| HSL | 313.54º | 0.97% | 0.39% | - |
| HSV(B) | 313.54º | 0.98% | 0.78% | - |
| XYZ | 29.15 | 14.4 | 31.82 | - |
| YUV | 78.52 | 170.6 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 154 | 0 | 0.98 | 0.22 | 0.22 | 313.54 | 0.97 | 0.39 |
| Hex | C6 | 3 | 9A | 0 | 62 | 16 | 16 | 13A | 61 | 27 |
| Octal | 306 | 3 | 232 | 0 | 142 | 26 | 26 | 472 | 141 | 47 |
| Binary | 11000110 | 11 | 10011010 | 0 | 1100010 | 10110 | 10110 | 100111010 | 1100001 | 100111 |
Color Harmonies of #C6039A
Complementary color
Monochromatic Colors of #C6039A
Black with #C6039A
Text Example
Text Example
White with #C6039A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6039A; }
p { color: rgb(198,3,154); }
H1.HeaderClassName
{
color: #C6039A;
}
.AnyTagClassName
{
color: #C6039A;
}
</style>
background-color css
<style>
a { background-color: #C6039A; }
a { background-color: rgb(198,3,154); }
div.DivClassName
{
background-color: #C6039A;
}
.BgClassName
{
background-color: #C6039A;
}
</style>
border-color css
<style>
span { border-color: #C6039A; }
span { border-color: rgb(198,3,154); }
td.TdClassName
{
border-color: #C6039A;
}
.TagClassName
{
border-color: #C6039A;
}
</style>