Shades of Medium Violet Red #C60387
Tints of Medium Violet Red #C60387
RGB
CMYK
RGB Variations
Color information
#C60387 (or 0xC60387) is known color: Medium Violet Red. HEX triplet: C6, 03 and 87. RGB value is (198,3,135). Sum of RGB (Red+Green+Blue) = 198+3+135=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C60387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60387 is #39FC78. Grayscale: #4C4C4C. Windows color (decimal): -3800185 or 8848326. OLE color: 8848326.
HSL color Cylindrical-coordinate representation of color #C60387: hue angle of 319.38º 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 #C60387 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 135 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.22 |
| HSL | 319.38º | 0.97% | 0.39% | - |
| HSV(B) | 319.38º | 0.98% | 0.78% | - |
| XYZ | 27.69 | 13.82 | 24.13 | - |
| YUV | 76.35 | 161.1 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 135 | 0 | 0.98 | 0.32 | 0.22 | 319.38 | 0.97 | 0.39 |
| Hex | C6 | 3 | 87 | 0 | 62 | 20 | 16 | 13F | 61 | 27 |
| Octal | 306 | 3 | 207 | 0 | 142 | 40 | 26 | 477 | 141 | 47 |
| Binary | 11000110 | 11 | 10000111 | 0 | 1100010 | 100000 | 10110 | 100111111 | 1100001 | 100111 |
Color Harmonies of #C60387
Complementary color
Monochromatic Colors of #C60387
Black with #C60387
Text Example
Text Example
White with #C60387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60387; }
p { color: rgb(198,3,135); }
H1.HeaderClassName
{
color: #C60387;
}
.AnyTagClassName
{
color: #C60387;
}
</style>
background-color css
<style>
a { background-color: #C60387; }
a { background-color: rgb(198,3,135); }
div.DivClassName
{
background-color: #C60387;
}
.BgClassName
{
background-color: #C60387;
}
</style>
border-color css
<style>
span { border-color: #C60387; }
span { border-color: rgb(198,3,135); }
td.TdClassName
{
border-color: #C60387;
}
.TagClassName
{
border-color: #C60387;
}
</style>