Shades of Medium Red Violet #C42B9E
Tints of Medium Red Violet #C42B9E
RGB
CMYK
RGB Variations
Color information
#C42B9E (or 0xC42B9E) is known color: Medium Red Violet. HEX triplet: C4, 2B and 9E. RGB value is (196,43,158). Sum of RGB (Red+Green+Blue) = 196+43+158=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42B9E is #3BD461. Grayscale: #656565. Windows color (decimal): -3920994 or 10365892. OLE color: 10365892.
HSL color Cylindrical-coordinate representation of color #C42B9E: hue angle of 314.9º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42B9E is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 158 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.23 |
| HSL | 314.9º | 0.64% | 0.47% | - |
| HSV(B) | 314.9º | 0.78% | 0.77% | - |
| XYZ | 29.8 | 15.93 | 33.85 | - |
| YUV | 101.86 | 159.69 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 158 | 0 | 0.78 | 0.19 | 0.23 | 314.9 | 0.64 | 0.47 |
| Hex | C4 | 2B | 9E | 0 | 4E | 13 | 17 | 13B | 40 | 2F |
| Octal | 304 | 53 | 236 | 0 | 116 | 23 | 27 | 473 | 100 | 57 |
| Binary | 11000100 | 101011 | 10011110 | 0 | 1001110 | 10011 | 10111 | 100111011 | 1000000 | 101111 |
Color Harmonies of #C42B9E
Complementary color
Monochromatic Colors of #C42B9E
Black with #C42B9E
Text Example
Text Example
White with #C42B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42B9E; }
p { color: rgb(196,43,158); }
H1.HeaderClassName
{
color: #C42B9E;
}
.AnyTagClassName
{
color: #C42B9E;
}
</style>
background-color css
<style>
a { background-color: #C42B9E; }
a { background-color: rgb(196,43,158); }
div.DivClassName
{
background-color: #C42B9E;
}
.BgClassName
{
background-color: #C42B9E;
}
</style>
border-color css
<style>
span { border-color: #C42B9E; }
span { border-color: rgb(196,43,158); }
td.TdClassName
{
border-color: #C42B9E;
}
.TagClassName
{
border-color: #C42B9E;
}
</style>