Shades of Medium Violet Red #C60189
Tints of Medium Violet Red #C60189
RGB
CMYK
RGB Variations
Color information
#C60189 (or 0xC60189) is known color: Medium Violet Red. HEX triplet: C6, 01 and 89. RGB value is (198,1,137). Sum of RGB (Red+Green+Blue) = 198+1+137=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C60189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60189 is #39FE76. Grayscale: #4B4B4B. Windows color (decimal): -3800695 or 8978886. OLE color: 8978886.
HSL color Cylindrical-coordinate representation of color #C60189: hue angle of 318.58º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60189 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 137 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.22 |
| HSL | 318.58º | 0.99% | 0.39% | - |
| HSV(B) | 318.58º | 0.99% | 0.78% | - |
| XYZ | 27.81 | 13.83 | 24.87 | - |
| YUV | 75.41 | 162.77 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 137 | 0 | 0.99 | 0.31 | 0.22 | 318.58 | 0.99 | 0.39 |
| Hex | C6 | 1 | 89 | 0 | 63 | 1F | 16 | 13F | 63 | 27 |
| Octal | 306 | 1 | 211 | 0 | 143 | 37 | 26 | 477 | 143 | 47 |
| Binary | 11000110 | 1 | 10001001 | 0 | 1100011 | 11111 | 10110 | 100111111 | 1100011 | 100111 |
Color Harmonies of #C60189
Complementary color
Monochromatic Colors of #C60189
Black with #C60189
Text Example
Text Example
White with #C60189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60189; }
p { color: rgb(198,1,137); }
H1.HeaderClassName
{
color: #C60189;
}
.AnyTagClassName
{
color: #C60189;
}
</style>
background-color css
<style>
a { background-color: #C60189; }
a { background-color: rgb(198,1,137); }
div.DivClassName
{
background-color: #C60189;
}
.BgClassName
{
background-color: #C60189;
}
</style>
border-color css
<style>
span { border-color: #C60189; }
span { border-color: rgb(198,1,137); }
td.TdClassName
{
border-color: #C60189;
}
.TagClassName
{
border-color: #C60189;
}
</style>