Shades of Medium Violet Red #C41883
Tints of Medium Violet Red #C41883
RGB
CMYK
RGB Variations
Color information
#C41883 (or 0xC41883) is known color: Medium Violet Red. HEX triplet: C4, 18 and 83. RGB value is (196,24,131). Sum of RGB (Red+Green+Blue) = 196+24+131=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C41883 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41883 is #3BE77C. Grayscale: #575757. Windows color (decimal): -3925885 or 8591556. OLE color: 8591556.
HSL color Cylindrical-coordinate representation of color #C41883: hue angle of 322.67º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41883 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 131 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.23 |
| HSL | 322.67º | 0.78% | 0.43% | - |
| HSV(B) | 322.67º | 0.88% | 0.77% | - |
| XYZ | 27.19 | 14.03 | 22.75 | - |
| YUV | 87.63 | 152.48 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 131 | 0 | 0.88 | 0.33 | 0.23 | 322.67 | 0.78 | 0.43 |
| Hex | C4 | 18 | 83 | 0 | 58 | 21 | 17 | 143 | 4E | 2B |
| Octal | 304 | 30 | 203 | 0 | 130 | 41 | 27 | 503 | 116 | 53 |
| Binary | 11000100 | 11000 | 10000011 | 0 | 1011000 | 100001 | 10111 | 101000011 | 1001110 | 101011 |
Color Harmonies of #C41883
Complementary color
Monochromatic Colors of #C41883
Black with #C41883
Text Example
Text Example
White with #C41883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41883; }
p { color: rgb(196,24,131); }
H1.HeaderClassName
{
color: #C41883;
}
.AnyTagClassName
{
color: #C41883;
}
</style>
background-color css
<style>
a { background-color: #C41883; }
a { background-color: rgb(196,24,131); }
div.DivClassName
{
background-color: #C41883;
}
.BgClassName
{
background-color: #C41883;
}
</style>
border-color css
<style>
span { border-color: #C41883; }
span { border-color: rgb(196,24,131); }
td.TdClassName
{
border-color: #C41883;
}
.TagClassName
{
border-color: #C41883;
}
</style>