Shades of Medium Violet Red #C40383
Tints of Medium Violet Red #C40383
RGB
CMYK
RGB Variations
Color information
#C40383 (or 0xC40383) is known color: Medium Violet Red. HEX triplet: C4, 03 and 83. RGB value is (196,3,131). Sum of RGB (Red+Green+Blue) = 196+3+131=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C40383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40383 is #3BFC7C. Grayscale: #4A4A4A. Windows color (decimal): -3931261 or 8586180. OLE color: 8586180.
HSL color Cylindrical-coordinate representation of color #C40383: hue angle of 320.21º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C40383 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 131 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.23 |
| HSL | 320.21º | 0.97% | 0.39% | - |
| HSV(B) | 320.21º | 0.98% | 0.77% | - |
| XYZ | 26.89 | 13.44 | 22.65 | - |
| YUV | 75.3 | 159.44 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 131 | 0 | 0.98 | 0.33 | 0.23 | 320.21 | 0.97 | 0.39 |
| Hex | C4 | 3 | 83 | 0 | 62 | 21 | 17 | 140 | 61 | 27 |
| Octal | 304 | 3 | 203 | 0 | 142 | 41 | 27 | 500 | 141 | 47 |
| Binary | 11000100 | 11 | 10000011 | 0 | 1100010 | 100001 | 10111 | 101000000 | 1100001 | 100111 |
Color Harmonies of #C40383
Complementary color
Monochromatic Colors of #C40383
Black with #C40383
Text Example
Text Example
White with #C40383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40383; }
p { color: rgb(196,3,131); }
H1.HeaderClassName
{
color: #C40383;
}
.AnyTagClassName
{
color: #C40383;
}
</style>
background-color css
<style>
a { background-color: #C40383; }
a { background-color: rgb(196,3,131); }
div.DivClassName
{
background-color: #C40383;
}
.BgClassName
{
background-color: #C40383;
}
</style>
border-color css
<style>
span { border-color: #C40383; }
span { border-color: rgb(196,3,131); }
td.TdClassName
{
border-color: #C40383;
}
.TagClassName
{
border-color: #C40383;
}
</style>