Shades of Medium Violet Red #C41083
Tints of Medium Violet Red #C41083
RGB
CMYK
RGB Variations
Color information
#C41083 (or 0xC41083) is known color: Medium Violet Red. HEX triplet: C4, 10 and 83. RGB value is (196,16,131). Sum of RGB (Red+Green+Blue) = 196+16+131=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 131 (51.56% from 255 or 38.19% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C41083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41083 is #3BEF7C. Grayscale: #525252. Windows color (decimal): -3927933 or 8589508. OLE color: 8589508.
HSL color Cylindrical-coordinate representation of color #C41083: hue angle of 321.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41083 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 16 | 131 | - |
| CMYK | 0 | 0.92 | 0.33 | 0.23 |
| HSL | 321.67º | 0.85% | 0.42% | - |
| HSV(B) | 321.67º | 0.92% | 0.77% | - |
| XYZ | 27.05 | 13.75 | 22.7 | - |
| YUV | 82.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 16 | 131 | 0 | 0.92 | 0.33 | 0.23 | 321.67 | 0.85 | 0.42 |
| Hex | C4 | 10 | 83 | 0 | 5C | 21 | 17 | 142 | 55 | 2A |
| Octal | 304 | 20 | 203 | 0 | 134 | 41 | 27 | 502 | 125 | 52 |
| Binary | 11000100 | 10000 | 10000011 | 0 | 1011100 | 100001 | 10111 | 101000010 | 1010101 | 101010 |
Color Harmonies of #C41083
Complementary color
Monochromatic Colors of #C41083
Black with #C41083
Text Example
Text Example
White with #C41083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41083; }
p { color: rgb(196,16,131); }
H1.HeaderClassName
{
color: #C41083;
}
.AnyTagClassName
{
color: #C41083;
}
</style>
background-color css
<style>
a { background-color: #C41083; }
a { background-color: rgb(196,16,131); }
div.DivClassName
{
background-color: #C41083;
}
.BgClassName
{
background-color: #C41083;
}
</style>
border-color css
<style>
span { border-color: #C41083; }
span { border-color: rgb(196,16,131); }
td.TdClassName
{
border-color: #C41083;
}
.TagClassName
{
border-color: #C41083;
}
</style>