Shades of Medium Red Violet #C43875
Tints of Medium Red Violet #C43875
RGB
CMYK
RGB Variations
Color information
#C43875 (or 0xC43875) is known color: Medium Red Violet. HEX triplet: C4, 38 and 75. RGB value is (196,56,117). Sum of RGB (Red+Green+Blue) = 196+56+117=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C43875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43875 is #3BC78A. Grayscale: #686868. Windows color (decimal): -3917707 or 7682244. OLE color: 7682244.
HSL color Cylindrical-coordinate representation of color #C43875: hue angle of 333.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43875 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 117 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.23 |
| HSL | 333.86º | 0.56% | 0.49% | - |
| HSV(B) | 333.86º | 0.71% | 0.77% | - |
| XYZ | 27.39 | 15.85 | 18.45 | - |
| YUV | 104.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 117 | 0 | 0.71 | 0.40 | 0.23 | 333.86 | 0.56 | 0.49 |
| Hex | C4 | 38 | 75 | 0 | 47 | 28 | 17 | 14E | 38 | 31 |
| Octal | 304 | 70 | 165 | 0 | 107 | 50 | 27 | 516 | 70 | 61 |
| Binary | 11000100 | 111000 | 1110101 | 0 | 1000111 | 101000 | 10111 | 101001110 | 111000 | 110001 |
Color Harmonies of #C43875
Complementary color
Monochromatic Colors of #C43875
Black with #C43875
Text Example
Text Example
White with #C43875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43875; }
p { color: rgb(196,56,117); }
H1.HeaderClassName
{
color: #C43875;
}
.AnyTagClassName
{
color: #C43875;
}
</style>
background-color css
<style>
a { background-color: #C43875; }
a { background-color: rgb(196,56,117); }
div.DivClassName
{
background-color: #C43875;
}
.BgClassName
{
background-color: #C43875;
}
</style>
border-color css
<style>
span { border-color: #C43875; }
span { border-color: rgb(196,56,117); }
td.TdClassName
{
border-color: #C43875;
}
.TagClassName
{
border-color: #C43875;
}
</style>