Shades of Medium Violet Red #C60385
Tints of Medium Violet Red #C60385
RGB
CMYK
RGB Variations
Color information
#C60385 (or 0xC60385) is known color: Medium Violet Red. HEX triplet: C6, 03 and 85. RGB value is (198,3,133). Sum of RGB (Red+Green+Blue) = 198+3+133=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C60385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60385 is #39FC7A. Grayscale: #4B4B4B. Windows color (decimal): -3800187 or 8717254. OLE color: 8717254.
HSL color Cylindrical-coordinate representation of color #C60385: hue angle of 320º 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 #C60385 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.22 |
| HSL | 320º | 0.97% | 0.39% | - |
| HSV(B) | 320º | 0.98% | 0.78% | - |
| XYZ | 27.55 | 13.76 | 23.39 | - |
| YUV | 76.13 | 160.1 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 133 | 0 | 0.98 | 0.33 | 0.22 | 320 | 0.97 | 0.39 |
| Hex | C6 | 3 | 85 | 0 | 62 | 21 | 16 | 140 | 61 | 27 |
| Octal | 306 | 3 | 205 | 0 | 142 | 41 | 26 | 500 | 141 | 47 |
| Binary | 11000110 | 11 | 10000101 | 0 | 1100010 | 100001 | 10110 | 101000000 | 1100001 | 100111 |
Color Harmonies of #C60385
Complementary color
Monochromatic Colors of #C60385
Black with #C60385
Text Example
Text Example
White with #C60385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60385; }
p { color: rgb(198,3,133); }
H1.HeaderClassName
{
color: #C60385;
}
.AnyTagClassName
{
color: #C60385;
}
</style>
background-color css
<style>
a { background-color: #C60385; }
a { background-color: rgb(198,3,133); }
div.DivClassName
{
background-color: #C60385;
}
.BgClassName
{
background-color: #C60385;
}
</style>
border-color css
<style>
span { border-color: #C60385; }
span { border-color: rgb(198,3,133); }
td.TdClassName
{
border-color: #C60385;
}
.TagClassName
{
border-color: #C60385;
}
</style>