Shades of Medium Violet Red #C60194
Tints of Medium Violet Red #C60194
RGB
CMYK
RGB Variations
Color information
#C60194 (or 0xC60194) is known color: Medium Violet Red. HEX triplet: C6, 01 and 94. RGB value is (198,1,148). Sum of RGB (Red+Green+Blue) = 198+1+148=347 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.06% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 198 - color contains mainly: red. Hex color #C60194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60194 is #39FE6B. Grayscale: #4C4C4C. Windows color (decimal): -3800684 or 9699782. OLE color: 9699782.
HSL color Cylindrical-coordinate representation of color #C60194: hue angle of 315.23º 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 #C60194 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 148 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.22 |
| HSL | 315.23º | 0.99% | 0.39% | - |
| HSV(B) | 315.23º | 0.99% | 0.78% | - |
| XYZ | 28.64 | 14.17 | 29.24 | - |
| YUV | 76.66 | 168.27 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 148 | 0 | 0.99 | 0.25 | 0.22 | 315.23 | 0.99 | 0.39 |
| Hex | C6 | 1 | 94 | 0 | 63 | 19 | 16 | 13B | 63 | 27 |
| Octal | 306 | 1 | 224 | 0 | 143 | 31 | 26 | 473 | 143 | 47 |
| Binary | 11000110 | 1 | 10010100 | 0 | 1100011 | 11001 | 10110 | 100111011 | 1100011 | 100111 |
Color Harmonies of #C60194
Complementary color
Monochromatic Colors of #C60194
Black with #C60194
Text Example
Text Example
White with #C60194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60194; }
p { color: rgb(198,1,148); }
H1.HeaderClassName
{
color: #C60194;
}
.AnyTagClassName
{
color: #C60194;
}
</style>
background-color css
<style>
a { background-color: #C60194; }
a { background-color: rgb(198,1,148); }
div.DivClassName
{
background-color: #C60194;
}
.BgClassName
{
background-color: #C60194;
}
</style>
border-color css
<style>
span { border-color: #C60194; }
span { border-color: rgb(198,1,148); }
td.TdClassName
{
border-color: #C60194;
}
.TagClassName
{
border-color: #C60194;
}
</style>