Shades of Medium Violet Red #C6049D
Tints of Medium Violet Red #C6049D
RGB
CMYK
RGB Variations
Color information
#C6049D (or 0xC6049D) is known color: Medium Violet Red. HEX triplet: C6, 04 and 9D. RGB value is (198,4,157). Sum of RGB (Red+Green+Blue) = 198+4+157=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6049D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6049D is #39FB62. Grayscale: #4F4F4F. Windows color (decimal): -3799907 or 10290374. OLE color: 10290374.
HSL color Cylindrical-coordinate representation of color #C6049D: hue angle of 312.68º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6049D is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 157 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.22 |
| HSL | 312.68º | 0.96% | 0.4% | - |
| HSV(B) | 312.68º | 0.98% | 0.78% | - |
| XYZ | 29.42 | 14.53 | 33.15 | - |
| YUV | 79.45 | 171.77 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 157 | 0 | 0.98 | 0.21 | 0.22 | 312.68 | 0.96 | 0.4 |
| Hex | C6 | 4 | 9D | 0 | 62 | 15 | 16 | 139 | 60 | 28 |
| Octal | 306 | 4 | 235 | 0 | 142 | 25 | 26 | 471 | 140 | 50 |
| Binary | 11000110 | 100 | 10011101 | 0 | 1100010 | 10101 | 10110 | 100111001 | 1100000 | 101000 |
Color Harmonies of #C6049D
Complementary color
Monochromatic Colors of #C6049D
Black with #C6049D
Text Example
Text Example
White with #C6049D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6049D; }
p { color: rgb(198,4,157); }
H1.HeaderClassName
{
color: #C6049D;
}
.AnyTagClassName
{
color: #C6049D;
}
</style>
background-color css
<style>
a { background-color: #C6049D; }
a { background-color: rgb(198,4,157); }
div.DivClassName
{
background-color: #C6049D;
}
.BgClassName
{
background-color: #C6049D;
}
</style>
border-color css
<style>
span { border-color: #C6049D; }
span { border-color: rgb(198,4,157); }
td.TdClassName
{
border-color: #C6049D;
}
.TagClassName
{
border-color: #C6049D;
}
</style>