Shades of Medium Red Violet #C43B8C
Tints of Medium Red Violet #C43B8C
RGB
CMYK
RGB Variations
Color information
#C43B8C (or 0xC43B8C) is known color: Medium Red Violet. HEX triplet: C4, 3B and 8C. RGB value is (196,59,140). Sum of RGB (Red+Green+Blue) = 196+59+140=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43B8C is #3BC473. Grayscale: #6D6D6D. Windows color (decimal): -3916916 or 9190340. OLE color: 9190340.
HSL color Cylindrical-coordinate representation of color #C43B8C: hue angle of 324.53º 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 #C43B8C is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 140 | - |
| CMYK | 0 | 0.70 | 0.29 | 0.23 |
| HSL | 324.53º | 0.54% | 0.5% | - |
| HSV(B) | 324.53º | 0.7% | 0.77% | - |
| XYZ | 29.06 | 16.76 | 26.51 | - |
| YUV | 109.2 | 145.39 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 140 | 0 | 0.70 | 0.29 | 0.23 | 324.53 | 0.54 | 0.5 |
| Hex | C4 | 3B | 8C | 0 | 46 | 1D | 17 | 145 | 36 | 32 |
| Octal | 304 | 73 | 214 | 0 | 106 | 35 | 27 | 505 | 66 | 62 |
| Binary | 11000100 | 111011 | 10001100 | 0 | 1000110 | 11101 | 10111 | 101000101 | 110110 | 110010 |
Color Harmonies of #C43B8C
Complementary color
Monochromatic Colors of #C43B8C
Black with #C43B8C
Text Example
Text Example
White with #C43B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43B8C; }
p { color: rgb(196,59,140); }
H1.HeaderClassName
{
color: #C43B8C;
}
.AnyTagClassName
{
color: #C43B8C;
}
</style>
background-color css
<style>
a { background-color: #C43B8C; }
a { background-color: rgb(196,59,140); }
div.DivClassName
{
background-color: #C43B8C;
}
.BgClassName
{
background-color: #C43B8C;
}
</style>
border-color css
<style>
span { border-color: #C43B8C; }
span { border-color: rgb(196,59,140); }
td.TdClassName
{
border-color: #C43B8C;
}
.TagClassName
{
border-color: #C43B8C;
}
</style>