Shades of Medium Violet Red #C60390
Tints of Medium Violet Red #C60390
RGB
CMYK
RGB Variations
Color information
#C60390 (or 0xC60390) is known color: Medium Violet Red. HEX triplet: C6, 03 and 90. RGB value is (198,3,144). Sum of RGB (Red+Green+Blue) = 198+3+144=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C60390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60390 is #39FC6F. Grayscale: #4D4D4D. Windows color (decimal): -3800176 or 9438150. OLE color: 9438150.
HSL color Cylindrical-coordinate representation of color #C60390: hue angle of 316.62º 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 #C60390 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 144 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.22 |
| HSL | 316.62º | 0.97% | 0.39% | - |
| HSV(B) | 316.62º | 0.98% | 0.78% | - |
| XYZ | 28.36 | 14.08 | 27.61 | - |
| YUV | 77.38 | 165.6 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 144 | 0 | 0.98 | 0.27 | 0.22 | 316.62 | 0.97 | 0.39 |
| Hex | C6 | 3 | 90 | 0 | 62 | 1B | 16 | 13D | 61 | 27 |
| Octal | 306 | 3 | 220 | 0 | 142 | 33 | 26 | 475 | 141 | 47 |
| Binary | 11000110 | 11 | 10010000 | 0 | 1100010 | 11011 | 10110 | 100111101 | 1100001 | 100111 |
Color Harmonies of #C60390
Complementary color
Monochromatic Colors of #C60390
Black with #C60390
Text Example
Text Example
White with #C60390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60390; }
p { color: rgb(198,3,144); }
H1.HeaderClassName
{
color: #C60390;
}
.AnyTagClassName
{
color: #C60390;
}
</style>
background-color css
<style>
a { background-color: #C60390; }
a { background-color: rgb(198,3,144); }
div.DivClassName
{
background-color: #C60390;
}
.BgClassName
{
background-color: #C60390;
}
</style>
border-color css
<style>
span { border-color: #C60390; }
span { border-color: rgb(198,3,144); }
td.TdClassName
{
border-color: #C60390;
}
.TagClassName
{
border-color: #C60390;
}
</style>