Shades of Medium Red Violet #C43B90
Tints of Medium Red Violet #C43B90
RGB
CMYK
RGB Variations
Color information
#C43B90 (or 0xC43B90) is known color: Medium Red Violet. HEX triplet: C4, 3B and 90. RGB value is (196,59,144). Sum of RGB (Red+Green+Blue) = 196+59+144=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43B90 is #3BC46F. Grayscale: #6D6D6D. Windows color (decimal): -3916912 or 9452484. OLE color: 9452484.
HSL color Cylindrical-coordinate representation of color #C43B90: hue angle of 322.77º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43B90 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 144 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.23 |
| HSL | 322.77º | 0.54% | 0.5% | - |
| HSV(B) | 322.77º | 0.7% | 0.77% | - |
| XYZ | 29.36 | 16.88 | 28.1 | - |
| YUV | 109.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 144 | 0 | 0.70 | 0.27 | 0.23 | 322.77 | 0.54 | 0.5 |
| Hex | C4 | 3B | 90 | 0 | 46 | 1B | 17 | 143 | 36 | 32 |
| Octal | 304 | 73 | 220 | 0 | 106 | 33 | 27 | 503 | 66 | 62 |
| Binary | 11000100 | 111011 | 10010000 | 0 | 1000110 | 11011 | 10111 | 101000011 | 110110 | 110010 |
Color Harmonies of #C43B90
Complementary color
Monochromatic Colors of #C43B90
Black with #C43B90
Text Example
Text Example
White with #C43B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43B90; }
p { color: rgb(196,59,144); }
H1.HeaderClassName
{
color: #C43B90;
}
.AnyTagClassName
{
color: #C43B90;
}
</style>
background-color css
<style>
a { background-color: #C43B90; }
a { background-color: rgb(196,59,144); }
div.DivClassName
{
background-color: #C43B90;
}
.BgClassName
{
background-color: #C43B90;
}
</style>
border-color css
<style>
span { border-color: #C43B90; }
span { border-color: rgb(196,59,144); }
td.TdClassName
{
border-color: #C43B90;
}
.TagClassName
{
border-color: #C43B90;
}
</style>