Shades of Medium Red Violet #C43B8F
Tints of Medium Red Violet #C43B8F
RGB
CMYK
RGB Variations
Color information
#C43B8F (or 0xC43B8F) is known color: Medium Red Violet. HEX triplet: C4, 3B and 8F. RGB value is (196,59,143). Sum of RGB (Red+Green+Blue) = 196+59+143=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C43B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43B8F is #3BC470. Grayscale: #6D6D6D. Windows color (decimal): -3916913 or 9386948. OLE color: 9386948.
HSL color Cylindrical-coordinate representation of color #C43B8F: hue angle of 323.21º 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 #C43B8F is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 59 | 143 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.23 |
| HSL | 323.21º | 0.54% | 0.5% | - |
| HSV(B) | 323.21º | 0.7% | 0.77% | - |
| XYZ | 29.29 | 16.85 | 27.69 | - |
| YUV | 109.54 | 146.89 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 143 | 0 | 0.70 | 0.27 | 0.23 | 323.21 | 0.54 | 0.5 |
| Hex | C4 | 3B | 8F | 0 | 46 | 1B | 17 | 143 | 36 | 32 |
| Octal | 304 | 73 | 217 | 0 | 106 | 33 | 27 | 503 | 66 | 62 |
| Binary | 11000100 | 111011 | 10001111 | 0 | 1000110 | 11011 | 10111 | 101000011 | 110110 | 110010 |
Color Harmonies of #C43B8F
Complementary color
Monochromatic Colors of #C43B8F
Black with #C43B8F
Text Example
Text Example
White with #C43B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43B8F; }
p { color: rgb(196,59,143); }
H1.HeaderClassName
{
color: #C43B8F;
}
.AnyTagClassName
{
color: #C43B8F;
}
</style>
background-color css
<style>
a { background-color: #C43B8F; }
a { background-color: rgb(196,59,143); }
div.DivClassName
{
background-color: #C43B8F;
}
.BgClassName
{
background-color: #C43B8F;
}
</style>
border-color css
<style>
span { border-color: #C43B8F; }
span { border-color: rgb(196,59,143); }
td.TdClassName
{
border-color: #C43B8F;
}
.TagClassName
{
border-color: #C43B8F;
}
</style>