Shades of Medium Violet Red #C60893
Tints of Medium Violet Red #C60893
RGB
CMYK
RGB Variations
Color information
#C60893 (or 0xC60893) is known color: Medium Violet Red. HEX triplet: C6, 08 and 93. RGB value is (198,8,147). Sum of RGB (Red+Green+Blue) = 198+8+147=353 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.09% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 198 - color contains mainly: red. Hex color #C60893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60893 is #39F76C. Grayscale: #505050. Windows color (decimal): -3798893 or 9636038. OLE color: 9636038.
HSL color Cylindrical-coordinate representation of color #C60893: hue angle of 316.11º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60893 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 147 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.22 |
| HSL | 316.11º | 0.92% | 0.4% | - |
| HSV(B) | 316.11º | 0.96% | 0.78% | - |
| XYZ | 28.64 | 14.29 | 28.85 | - |
| YUV | 80.66 | 165.45 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 147 | 0 | 0.96 | 0.26 | 0.22 | 316.11 | 0.92 | 0.4 |
| Hex | C6 | 8 | 93 | 0 | 60 | 1A | 16 | 13C | 5C | 28 |
| Octal | 306 | 10 | 223 | 0 | 140 | 32 | 26 | 474 | 134 | 50 |
| Binary | 11000110 | 1000 | 10010011 | 0 | 1100000 | 11010 | 10110 | 100111100 | 1011100 | 101000 |
Color Harmonies of #C60893
Complementary color
Monochromatic Colors of #C60893
Black with #C60893
Text Example
Text Example
White with #C60893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60893; }
p { color: rgb(198,8,147); }
H1.HeaderClassName
{
color: #C60893;
}
.AnyTagClassName
{
color: #C60893;
}
</style>
background-color css
<style>
a { background-color: #C60893; }
a { background-color: rgb(198,8,147); }
div.DivClassName
{
background-color: #C60893;
}
.BgClassName
{
background-color: #C60893;
}
</style>
border-color css
<style>
span { border-color: #C60893; }
span { border-color: rgb(198,8,147); }
td.TdClassName
{
border-color: #C60893;
}
.TagClassName
{
border-color: #C60893;
}
</style>