Shades of Medium Violet Red #C41C8B
Tints of Medium Violet Red #C41C8B
RGB
CMYK
RGB Variations
Color information
#C41C8B (or 0xC41C8B) is known color: Medium Violet Red. HEX triplet: C4, 1C and 8B. RGB value is (196,28,139). Sum of RGB (Red+Green+Blue) = 196+28+139=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41C8B is #3BE374. Grayscale: #5A5A5A. Windows color (decimal): -3924853 or 9116868. OLE color: 9116868.
HSL color Cylindrical-coordinate representation of color #C41C8B: hue angle of 320.36º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41C8B is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 28 | 139 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.23 |
| HSL | 320.36º | 0.75% | 0.44% | - |
| HSV(B) | 320.36º | 0.86% | 0.77% | - |
| XYZ | 27.84 | 14.43 | 25.74 | - |
| YUV | 90.89 | 155.16 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 28 | 139 | 0 | 0.86 | 0.29 | 0.23 | 320.36 | 0.75 | 0.44 |
| Hex | C4 | 1C | 8B | 0 | 56 | 1D | 17 | 140 | 4B | 2C |
| Octal | 304 | 34 | 213 | 0 | 126 | 35 | 27 | 500 | 113 | 54 |
| Binary | 11000100 | 11100 | 10001011 | 0 | 1010110 | 11101 | 10111 | 101000000 | 1001011 | 101100 |
Color Harmonies of #C41C8B
Complementary color
Monochromatic Colors of #C41C8B
Black with #C41C8B
Text Example
Text Example
White with #C41C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41C8B; }
p { color: rgb(196,28,139); }
H1.HeaderClassName
{
color: #C41C8B;
}
.AnyTagClassName
{
color: #C41C8B;
}
</style>
background-color css
<style>
a { background-color: #C41C8B; }
a { background-color: rgb(196,28,139); }
div.DivClassName
{
background-color: #C41C8B;
}
.BgClassName
{
background-color: #C41C8B;
}
</style>
border-color css
<style>
span { border-color: #C41C8B; }
span { border-color: rgb(196,28,139); }
td.TdClassName
{
border-color: #C41C8B;
}
.TagClassName
{
border-color: #C41C8B;
}
</style>