Shades of Medium Violet Red #C41B7A
Tints of Medium Violet Red #C41B7A
RGB
CMYK
RGB Variations
Color information
#C41B7A (or 0xC41B7A) is known color: Medium Violet Red. HEX triplet: C4, 1B and 7A. RGB value is (196,27,122). Sum of RGB (Red+Green+Blue) = 196+27+122=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41B7A is #3BE485. Grayscale: #585858. Windows color (decimal): -3925126 or 8002500. OLE color: 8002500.
HSL color Cylindrical-coordinate representation of color #C41B7A: hue angle of 326.27º degrees, saturation: 0.76, 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 #C41B7A is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 27 | 122 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.23 |
| HSL | 326.27º | 0.76% | 0.44% | - |
| HSV(B) | 326.27º | 0.86% | 0.77% | - |
| XYZ | 26.67 | 13.92 | 19.69 | - |
| YUV | 88.36 | 146.99 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 27 | 122 | 0 | 0.86 | 0.38 | 0.23 | 326.27 | 0.76 | 0.44 |
| Hex | C4 | 1B | 7A | 0 | 56 | 26 | 17 | 146 | 4C | 2C |
| Octal | 304 | 33 | 172 | 0 | 126 | 46 | 27 | 506 | 114 | 54 |
| Binary | 11000100 | 11011 | 1111010 | 0 | 1010110 | 100110 | 10111 | 101000110 | 1001100 | 101100 |
Color Harmonies of #C41B7A
Complementary color
Monochromatic Colors of #C41B7A
Black with #C41B7A
Text Example
Text Example
White with #C41B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41B7A; }
p { color: rgb(196,27,122); }
H1.HeaderClassName
{
color: #C41B7A;
}
.AnyTagClassName
{
color: #C41B7A;
}
</style>
background-color css
<style>
a { background-color: #C41B7A; }
a { background-color: rgb(196,27,122); }
div.DivClassName
{
background-color: #C41B7A;
}
.BgClassName
{
background-color: #C41B7A;
}
</style>
border-color css
<style>
span { border-color: #C41B7A; }
span { border-color: rgb(196,27,122); }
td.TdClassName
{
border-color: #C41B7A;
}
.TagClassName
{
border-color: #C41B7A;
}
</style>