Shades of Medium Violet Red #C6036D
Tints of Medium Violet Red #C6036D
RGB
CMYK
RGB Variations
Color information
#C6036D (or 0xC6036D) is known color: Medium Violet Red. HEX triplet: C6, 03 and 6D. RGB value is (198,3,109). Sum of RGB (Red+Green+Blue) = 198+3+109=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6036D is #39FC92. Grayscale: #494949. Windows color (decimal): -3800211 or 7144390. OLE color: 7144390.
HSL color Cylindrical-coordinate representation of color #C6036D: hue angle of 327.38º 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 #C6036D is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 109 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.22 |
| HSL | 327.38º | 0.97% | 0.39% | - |
| HSV(B) | 327.38º | 0.98% | 0.78% | - |
| XYZ | 26.08 | 13.18 | 15.64 | - |
| YUV | 73.39 | 148.1 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 109 | 0 | 0.98 | 0.45 | 0.22 | 327.38 | 0.97 | 0.39 |
| Hex | C6 | 3 | 6D | 0 | 62 | 2D | 16 | 147 | 61 | 27 |
| Octal | 306 | 3 | 155 | 0 | 142 | 55 | 26 | 507 | 141 | 47 |
| Binary | 11000110 | 11 | 1101101 | 0 | 1100010 | 101101 | 10110 | 101000111 | 1100001 | 100111 |
Color Harmonies of #C6036D
Complementary color
Monochromatic Colors of #C6036D
Black with #C6036D
Text Example
Text Example
White with #C6036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6036D; }
p { color: rgb(198,3,109); }
H1.HeaderClassName
{
color: #C6036D;
}
.AnyTagClassName
{
color: #C6036D;
}
</style>
background-color css
<style>
a { background-color: #C6036D; }
a { background-color: rgb(198,3,109); }
div.DivClassName
{
background-color: #C6036D;
}
.BgClassName
{
background-color: #C6036D;
}
</style>
border-color css
<style>
span { border-color: #C6036D; }
span { border-color: rgb(198,3,109); }
td.TdClassName
{
border-color: #C6036D;
}
.TagClassName
{
border-color: #C6036D;
}
</style>