Shades of Medium Violet Red #C60B8F
Tints of Medium Violet Red #C60B8F
RGB
CMYK
RGB Variations
Color information
#C60B8F (or 0xC60B8F) is known color: Medium Violet Red. HEX triplet: C6, 0B and 8F. RGB value is (198,11,143). Sum of RGB (Red+Green+Blue) = 198+11+143=352 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.25% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60B8F is #39F470. Grayscale: #515151. Windows color (decimal): -3798129 or 9374662. OLE color: 9374662.
HSL color Cylindrical-coordinate representation of color #C60B8F: hue angle of 317.65º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60B8F is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 143 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.22 |
| HSL | 317.65º | 0.89% | 0.41% | - |
| HSV(B) | 317.65º | 0.94% | 0.78% | - |
| XYZ | 28.37 | 14.23 | 27.24 | - |
| YUV | 81.96 | 162.45 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 143 | 0 | 0.94 | 0.28 | 0.22 | 317.65 | 0.89 | 0.41 |
| Hex | C6 | B | 8F | 0 | 5E | 1C | 16 | 13E | 59 | 29 |
| Octal | 306 | 13 | 217 | 0 | 136 | 34 | 26 | 476 | 131 | 51 |
| Binary | 11000110 | 1011 | 10001111 | 0 | 1011110 | 11100 | 10110 | 100111110 | 1011001 | 101001 |
Color Harmonies of #C60B8F
Complementary color
Monochromatic Colors of #C60B8F
Black with #C60B8F
Text Example
Text Example
White with #C60B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B8F; }
p { color: rgb(198,11,143); }
H1.HeaderClassName
{
color: #C60B8F;
}
.AnyTagClassName
{
color: #C60B8F;
}
</style>
background-color css
<style>
a { background-color: #C60B8F; }
a { background-color: rgb(198,11,143); }
div.DivClassName
{
background-color: #C60B8F;
}
.BgClassName
{
background-color: #C60B8F;
}
</style>
border-color css
<style>
span { border-color: #C60B8F; }
span { border-color: rgb(198,11,143); }
td.TdClassName
{
border-color: #C60B8F;
}
.TagClassName
{
border-color: #C60B8F;
}
</style>