Shades of Medium Violet Red #C62483
Tints of Medium Violet Red #C62483
RGB
CMYK
RGB Variations
Color information
#C62483 (or 0xC62483) is known color: Medium Violet Red. HEX triplet: C6, 24 and 83. RGB value is (198,36,131). Sum of RGB (Red+Green+Blue) = 198+36+131=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C62483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62483 is #39DB7C. Grayscale: #5F5F5F. Windows color (decimal): -3791741 or 8594630. OLE color: 8594630.
HSL color Cylindrical-coordinate representation of color #C62483: hue angle of 324.81º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62483 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 131 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.22 |
| HSL | 324.81º | 0.69% | 0.46% | - |
| HSV(B) | 324.81º | 0.82% | 0.78% | - |
| XYZ | 28.02 | 14.91 | 22.87 | - |
| YUV | 95.27 | 148.17 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 131 | 0 | 0.82 | 0.34 | 0.22 | 324.81 | 0.69 | 0.46 |
| Hex | C6 | 24 | 83 | 0 | 52 | 22 | 16 | 145 | 45 | 2E |
| Octal | 306 | 44 | 203 | 0 | 122 | 42 | 26 | 505 | 105 | 56 |
| Binary | 11000110 | 100100 | 10000011 | 0 | 1010010 | 100010 | 10110 | 101000101 | 1000101 | 101110 |
Color Harmonies of #C62483
Complementary color
Monochromatic Colors of #C62483
Black with #C62483
Text Example
Text Example
White with #C62483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62483; }
p { color: rgb(198,36,131); }
H1.HeaderClassName
{
color: #C62483;
}
.AnyTagClassName
{
color: #C62483;
}
</style>
background-color css
<style>
a { background-color: #C62483; }
a { background-color: rgb(198,36,131); }
div.DivClassName
{
background-color: #C62483;
}
.BgClassName
{
background-color: #C62483;
}
</style>
border-color css
<style>
span { border-color: #C62483; }
span { border-color: rgb(198,36,131); }
td.TdClassName
{
border-color: #C62483;
}
.TagClassName
{
border-color: #C62483;
}
</style>