Shades of Medium Violet Red #C6048C
Tints of Medium Violet Red #C6048C
RGB
CMYK
RGB Variations
Color information
#C6048C (or 0xC6048C) is known color: Medium Violet Red. HEX triplet: C6, 04 and 8C. RGB value is (198,4,140). Sum of RGB (Red+Green+Blue) = 198+4+140=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 4 (1.95% from 255 or 1.17% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6048C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6048C is #39FB73. Grayscale: #4D4D4D. Windows color (decimal): -3799924 or 9176262. OLE color: 9176262.
HSL color Cylindrical-coordinate representation of color #C6048C: hue angle of 317.94º 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 #C6048C is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 140 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.22 |
| HSL | 317.94º | 0.96% | 0.4% | - |
| HSV(B) | 317.94º | 0.98% | 0.78% | - |
| XYZ | 28.07 | 13.99 | 26.03 | - |
| YUV | 77.51 | 163.27 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 140 | 0 | 0.98 | 0.29 | 0.22 | 317.94 | 0.96 | 0.4 |
| Hex | C6 | 4 | 8C | 0 | 62 | 1D | 16 | 13E | 60 | 28 |
| Octal | 306 | 4 | 214 | 0 | 142 | 35 | 26 | 476 | 140 | 50 |
| Binary | 11000110 | 100 | 10001100 | 0 | 1100010 | 11101 | 10110 | 100111110 | 1100000 | 101000 |
Color Harmonies of #C6048C
Complementary color
Monochromatic Colors of #C6048C
Black with #C6048C
Text Example
Text Example
White with #C6048C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6048C; }
p { color: rgb(198,4,140); }
H1.HeaderClassName
{
color: #C6048C;
}
.AnyTagClassName
{
color: #C6048C;
}
</style>
background-color css
<style>
a { background-color: #C6048C; }
a { background-color: rgb(198,4,140); }
div.DivClassName
{
background-color: #C6048C;
}
.BgClassName
{
background-color: #C6048C;
}
</style>
border-color css
<style>
span { border-color: #C6048C; }
span { border-color: rgb(198,4,140); }
td.TdClassName
{
border-color: #C6048C;
}
.TagClassName
{
border-color: #C6048C;
}
</style>