Shades of Medium Violet Red #C60388
Tints of Medium Violet Red #C60388
RGB
CMYK
RGB Variations
Color information
#C60388 (or 0xC60388) is known color: Medium Violet Red. HEX triplet: C6, 03 and 88. RGB value is (198,3,136). Sum of RGB (Red+Green+Blue) = 198+3+136=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C60388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60388 is #39FC77. Grayscale: #4C4C4C. Windows color (decimal): -3800184 or 8913862. OLE color: 8913862.
HSL color Cylindrical-coordinate representation of color #C60388: hue angle of 319.08º 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 #C60388 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 136 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.22 |
| HSL | 319.08º | 0.97% | 0.39% | - |
| HSV(B) | 319.08º | 0.98% | 0.78% | - |
| XYZ | 27.77 | 13.85 | 24.5 | - |
| YUV | 76.47 | 161.6 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 136 | 0 | 0.98 | 0.31 | 0.22 | 319.08 | 0.97 | 0.39 |
| Hex | C6 | 3 | 88 | 0 | 62 | 1F | 16 | 13F | 61 | 27 |
| Octal | 306 | 3 | 210 | 0 | 142 | 37 | 26 | 477 | 141 | 47 |
| Binary | 11000110 | 11 | 10001000 | 0 | 1100010 | 11111 | 10110 | 100111111 | 1100001 | 100111 |
Color Harmonies of #C60388
Complementary color
Monochromatic Colors of #C60388
Black with #C60388
Text Example
Text Example
White with #C60388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60388; }
p { color: rgb(198,3,136); }
H1.HeaderClassName
{
color: #C60388;
}
.AnyTagClassName
{
color: #C60388;
}
</style>
background-color css
<style>
a { background-color: #C60388; }
a { background-color: rgb(198,3,136); }
div.DivClassName
{
background-color: #C60388;
}
.BgClassName
{
background-color: #C60388;
}
</style>
border-color css
<style>
span { border-color: #C60388; }
span { border-color: rgb(198,3,136); }
td.TdClassName
{
border-color: #C60388;
}
.TagClassName
{
border-color: #C60388;
}
</style>