Shades of Medium Violet Red #C62083
Tints of Medium Violet Red #C62083
RGB
CMYK
RGB Variations
Color information
#C62083 (or 0xC62083) is known color: Medium Violet Red. HEX triplet: C6, 20 and 83. RGB value is (198,32,131). Sum of RGB (Red+Green+Blue) = 198+32+131=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C62083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62083 is #39DF7C. Grayscale: #5C5C5C. Windows color (decimal): -3792765 or 8593606. OLE color: 8593606.
HSL color Cylindrical-coordinate representation of color #C62083: hue angle of 324.22º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62083 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 131 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.22 |
| HSL | 324.22º | 0.72% | 0.45% | - |
| HSV(B) | 324.22º | 0.84% | 0.78% | - |
| XYZ | 27.9 | 14.68 | 22.84 | - |
| YUV | 92.92 | 149.5 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 131 | 0 | 0.84 | 0.34 | 0.22 | 324.22 | 0.72 | 0.45 |
| Hex | C6 | 20 | 83 | 0 | 54 | 22 | 16 | 144 | 48 | 2D |
| Octal | 306 | 40 | 203 | 0 | 124 | 42 | 26 | 504 | 110 | 55 |
| Binary | 11000110 | 100000 | 10000011 | 0 | 1010100 | 100010 | 10110 | 101000100 | 1001000 | 101101 |
Color Harmonies of #C62083
Complementary color
Monochromatic Colors of #C62083
Black with #C62083
Text Example
Text Example
White with #C62083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62083; }
p { color: rgb(198,32,131); }
H1.HeaderClassName
{
color: #C62083;
}
.AnyTagClassName
{
color: #C62083;
}
</style>
background-color css
<style>
a { background-color: #C62083; }
a { background-color: rgb(198,32,131); }
div.DivClassName
{
background-color: #C62083;
}
.BgClassName
{
background-color: #C62083;
}
</style>
border-color css
<style>
span { border-color: #C62083; }
span { border-color: rgb(198,32,131); }
td.TdClassName
{
border-color: #C62083;
}
.TagClassName
{
border-color: #C62083;
}
</style>