Shades of Medium Violet Red #C60375
Tints of Medium Violet Red #C60375
RGB
CMYK
RGB Variations
Color information
#C60375 (or 0xC60375) is known color: Medium Violet Red. HEX triplet: C6, 03 and 75. RGB value is (198,3,117). Sum of RGB (Red+Green+Blue) = 198+3+117=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 3 (1.56% from 255 or 0.94% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C60375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60375 is #39FC8A. Grayscale: #4A4A4A. Windows color (decimal): -3800203 or 7668678. OLE color: 7668678.
HSL color Cylindrical-coordinate representation of color #C60375: hue angle of 324.92º 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 #C60375 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 117 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.22 |
| HSL | 324.92º | 0.97% | 0.39% | - |
| HSV(B) | 324.92º | 0.98% | 0.78% | - |
| XYZ | 26.53 | 13.36 | 18.01 | - |
| YUV | 74.3 | 152.1 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 117 | 0 | 0.98 | 0.41 | 0.22 | 324.92 | 0.97 | 0.39 |
| Hex | C6 | 3 | 75 | 0 | 62 | 29 | 16 | 145 | 61 | 27 |
| Octal | 306 | 3 | 165 | 0 | 142 | 51 | 26 | 505 | 141 | 47 |
| Binary | 11000110 | 11 | 1110101 | 0 | 1100010 | 101001 | 10110 | 101000101 | 1100001 | 100111 |
Color Harmonies of #C60375
Complementary color
Monochromatic Colors of #C60375
Black with #C60375
Text Example
Text Example
White with #C60375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60375; }
p { color: rgb(198,3,117); }
H1.HeaderClassName
{
color: #C60375;
}
.AnyTagClassName
{
color: #C60375;
}
</style>
background-color css
<style>
a { background-color: #C60375; }
a { background-color: rgb(198,3,117); }
div.DivClassName
{
background-color: #C60375;
}
.BgClassName
{
background-color: #C60375;
}
</style>
border-color css
<style>
span { border-color: #C60375; }
span { border-color: rgb(198,3,117); }
td.TdClassName
{
border-color: #C60375;
}
.TagClassName
{
border-color: #C60375;
}
</style>