Shades of Medium Red Violet #C43B7A
Tints of Medium Red Violet #C43B7A
RGB
CMYK
RGB Variations
Color information
#C43B7A (or 0xC43B7A) is known color: Medium Red Violet. HEX triplet: C4, 3B and 7A. RGB value is (196,59,122). Sum of RGB (Red+Green+Blue) = 196+59+122=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 59 (23.44% from 255 or 15.65% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43B7A is #3BC485. Grayscale: #6B6B6B. Windows color (decimal): -3916934 or 8010692. OLE color: 8010692.
HSL color Cylindrical-coordinate representation of color #C43B7A: hue angle of 332.41º 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 #C43B7A is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 122 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.23 |
| HSL | 332.41º | 0.54% | 0.5% | - |
| HSV(B) | 332.41º | 0.7% | 0.77% | - |
| XYZ | 27.84 | 16.27 | 20.09 | - |
| YUV | 107.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 122 | 0 | 0.70 | 0.38 | 0.23 | 332.41 | 0.54 | 0.5 |
| Hex | C4 | 3B | 7A | 0 | 46 | 26 | 17 | 14C | 36 | 32 |
| Octal | 304 | 73 | 172 | 0 | 106 | 46 | 27 | 514 | 66 | 62 |
| Binary | 11000100 | 111011 | 1111010 | 0 | 1000110 | 100110 | 10111 | 101001100 | 110110 | 110010 |
Color Harmonies of #C43B7A
Complementary color
Monochromatic Colors of #C43B7A
Black with #C43B7A
Text Example
Text Example
White with #C43B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43B7A; }
p { color: rgb(196,59,122); }
H1.HeaderClassName
{
color: #C43B7A;
}
.AnyTagClassName
{
color: #C43B7A;
}
</style>
background-color css
<style>
a { background-color: #C43B7A; }
a { background-color: rgb(196,59,122); }
div.DivClassName
{
background-color: #C43B7A;
}
.BgClassName
{
background-color: #C43B7A;
}
</style>
border-color css
<style>
span { border-color: #C43B7A; }
span { border-color: rgb(196,59,122); }
td.TdClassName
{
border-color: #C43B7A;
}
.TagClassName
{
border-color: #C43B7A;
}
</style>