Shades of Medium Red Violet #C43475
Tints of Medium Red Violet #C43475
RGB
CMYK
RGB Variations
Color information
#C43475 (or 0xC43475) is known color: Medium Red Violet. HEX triplet: C4, 34 and 75. RGB value is (196,52,117). Sum of RGB (Red+Green+Blue) = 196+52+117=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C43475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43475 is #3BCB8A. Grayscale: #666666. Windows color (decimal): -3918731 or 7681220. OLE color: 7681220.
HSL color Cylindrical-coordinate representation of color #C43475: hue angle of 332.92º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43475 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 117 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.23 |
| HSL | 332.92º | 0.58% | 0.49% | - |
| HSV(B) | 332.92º | 0.73% | 0.77% | - |
| XYZ | 27.2 | 15.48 | 18.38 | - |
| YUV | 102.47 | 136.21 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 117 | 0 | 0.73 | 0.40 | 0.23 | 332.92 | 0.58 | 0.49 |
| Hex | C4 | 34 | 75 | 0 | 49 | 28 | 17 | 14D | 3A | 31 |
| Octal | 304 | 64 | 165 | 0 | 111 | 50 | 27 | 515 | 72 | 61 |
| Binary | 11000100 | 110100 | 1110101 | 0 | 1001001 | 101000 | 10111 | 101001101 | 111010 | 110001 |
Color Harmonies of #C43475
Complementary color
Monochromatic Colors of #C43475
Black with #C43475
Text Example
Text Example
White with #C43475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43475; }
p { color: rgb(196,52,117); }
H1.HeaderClassName
{
color: #C43475;
}
.AnyTagClassName
{
color: #C43475;
}
</style>
background-color css
<style>
a { background-color: #C43475; }
a { background-color: rgb(196,52,117); }
div.DivClassName
{
background-color: #C43475;
}
.BgClassName
{
background-color: #C43475;
}
</style>
border-color css
<style>
span { border-color: #C43475; }
span { border-color: rgb(196,52,117); }
td.TdClassName
{
border-color: #C43475;
}
.TagClassName
{
border-color: #C43475;
}
</style>