Shades of Medium Violet Red #C40583
Tints of Medium Violet Red #C40583
RGB
CMYK
RGB Variations
Color information
#C40583 (or 0xC40583) is known color: Medium Violet Red. HEX triplet: C4, 05 and 83. RGB value is (196,5,131). Sum of RGB (Red+Green+Blue) = 196+5+131=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C40583 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40583 is #3BFA7C. Grayscale: #4C4C4C. Windows color (decimal): -3930749 or 8586692. OLE color: 8586692.
HSL color Cylindrical-coordinate representation of color #C40583: hue angle of 320.42º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40583 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 131 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.23 |
| HSL | 320.42º | 0.95% | 0.39% | - |
| HSV(B) | 320.42º | 0.97% | 0.77% | - |
| XYZ | 26.92 | 13.48 | 22.66 | - |
| YUV | 76.47 | 158.78 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 131 | 0 | 0.97 | 0.33 | 0.23 | 320.42 | 0.95 | 0.39 |
| Hex | C4 | 5 | 83 | 0 | 61 | 21 | 17 | 140 | 5F | 27 |
| Octal | 304 | 5 | 203 | 0 | 141 | 41 | 27 | 500 | 137 | 47 |
| Binary | 11000100 | 101 | 10000011 | 0 | 1100001 | 100001 | 10111 | 101000000 | 1011111 | 100111 |
Color Harmonies of #C40583
Complementary color
Monochromatic Colors of #C40583
Black with #C40583
Text Example
Text Example
White with #C40583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40583; }
p { color: rgb(196,5,131); }
H1.HeaderClassName
{
color: #C40583;
}
.AnyTagClassName
{
color: #C40583;
}
</style>
background-color css
<style>
a { background-color: #C40583; }
a { background-color: rgb(196,5,131); }
div.DivClassName
{
background-color: #C40583;
}
.BgClassName
{
background-color: #C40583;
}
</style>
border-color css
<style>
span { border-color: #C40583; }
span { border-color: rgb(196,5,131); }
td.TdClassName
{
border-color: #C40583;
}
.TagClassName
{
border-color: #C40583;
}
</style>