Shades of Medium Red Violet #C43375
Tints of Medium Red Violet #C43375
RGB
CMYK
RGB Variations
Color information
#C43375 (or 0xC43375) is known color: Medium Red Violet. HEX triplet: C4, 33 and 75. RGB value is (196,51,117). Sum of RGB (Red+Green+Blue) = 196+51+117=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C43375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43375 is #3BCC8A. Grayscale: #656565. Windows color (decimal): -3918987 or 7680964. OLE color: 7680964.
HSL color Cylindrical-coordinate representation of color #C43375: hue angle of 332.69º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43375 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 117 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.23 |
| HSL | 332.69º | 0.59% | 0.48% | - |
| HSV(B) | 332.69º | 0.74% | 0.77% | - |
| XYZ | 27.16 | 15.39 | 18.37 | - |
| YUV | 101.88 | 136.54 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 117 | 0 | 0.74 | 0.40 | 0.23 | 332.69 | 0.59 | 0.48 |
| Hex | C4 | 33 | 75 | 0 | 4A | 28 | 17 | 14D | 3B | 30 |
| Octal | 304 | 63 | 165 | 0 | 112 | 50 | 27 | 515 | 73 | 60 |
| Binary | 11000100 | 110011 | 1110101 | 0 | 1001010 | 101000 | 10111 | 101001101 | 111011 | 110000 |
Color Harmonies of #C43375
Complementary color
Monochromatic Colors of #C43375
Black with #C43375
Text Example
Text Example
White with #C43375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43375; }
p { color: rgb(196,51,117); }
H1.HeaderClassName
{
color: #C43375;
}
.AnyTagClassName
{
color: #C43375;
}
</style>
background-color css
<style>
a { background-color: #C43375; }
a { background-color: rgb(196,51,117); }
div.DivClassName
{
background-color: #C43375;
}
.BgClassName
{
background-color: #C43375;
}
</style>
border-color css
<style>
span { border-color: #C43375; }
span { border-color: rgb(196,51,117); }
td.TdClassName
{
border-color: #C43375;
}
.TagClassName
{
border-color: #C43375;
}
</style>