Shades of Medium Violet Red #C60183
Tints of Medium Violet Red #C60183
RGB
CMYK
RGB Variations
Color information
#C60183 (or 0xC60183) is known color: Medium Violet Red. HEX triplet: C6, 01 and 83. RGB value is (198,1,131). Sum of RGB (Red+Green+Blue) = 198+1+131=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C60183 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60183 is #39FE7C. Grayscale: #4A4A4A. Windows color (decimal): -3800701 or 8585670. OLE color: 8585670.
HSL color Cylindrical-coordinate representation of color #C60183: hue angle of 320.41º 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 #C60183 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.22 |
| HSL | 320.41º | 0.99% | 0.39% | - |
| HSV(B) | 320.41º | 0.99% | 0.78% | - |
| XYZ | 27.4 | 13.67 | 22.67 | - |
| YUV | 74.72 | 159.77 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 131 | 0 | 0.99 | 0.34 | 0.22 | 320.41 | 0.99 | 0.39 |
| Hex | C6 | 1 | 83 | 0 | 63 | 22 | 16 | 140 | 63 | 27 |
| Octal | 306 | 1 | 203 | 0 | 143 | 42 | 26 | 500 | 143 | 47 |
| Binary | 11000110 | 1 | 10000011 | 0 | 1100011 | 100010 | 10110 | 101000000 | 1100011 | 100111 |
Color Harmonies of #C60183
Complementary color
Monochromatic Colors of #C60183
Black with #C60183
Text Example
Text Example
White with #C60183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60183; }
p { color: rgb(198,1,131); }
H1.HeaderClassName
{
color: #C60183;
}
.AnyTagClassName
{
color: #C60183;
}
</style>
background-color css
<style>
a { background-color: #C60183; }
a { background-color: rgb(198,1,131); }
div.DivClassName
{
background-color: #C60183;
}
.BgClassName
{
background-color: #C60183;
}
</style>
border-color css
<style>
span { border-color: #C60183; }
span { border-color: rgb(198,1,131); }
td.TdClassName
{
border-color: #C60183;
}
.TagClassName
{
border-color: #C60183;
}
</style>