Shades of Medium Red Violet #C43075
Tints of Medium Red Violet #C43075
RGB
CMYK
RGB Variations
Color information
#C43075 (or 0xC43075) is known color: Medium Red Violet. HEX triplet: C4, 30 and 75. RGB value is (196,48,117). Sum of RGB (Red+Green+Blue) = 196+48+117=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C43075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43075 is #3BCF8A. Grayscale: #636363. Windows color (decimal): -3919755 or 7680196. OLE color: 7680196.
HSL color Cylindrical-coordinate representation of color #C43075: hue angle of 332.03º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43075 is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 117 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.23 |
| HSL | 332.03º | 0.61% | 0.48% | - |
| HSV(B) | 332.03º | 0.76% | 0.77% | - |
| XYZ | 27.03 | 15.13 | 18.33 | - |
| YUV | 100.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 117 | 0 | 0.76 | 0.40 | 0.23 | 332.03 | 0.61 | 0.48 |
| Hex | C4 | 30 | 75 | 0 | 4C | 28 | 17 | 14C | 3D | 30 |
| Octal | 304 | 60 | 165 | 0 | 114 | 50 | 27 | 514 | 75 | 60 |
| Binary | 11000100 | 110000 | 1110101 | 0 | 1001100 | 101000 | 10111 | 101001100 | 111101 | 110000 |
Color Harmonies of #C43075
Complementary color
Monochromatic Colors of #C43075
Black with #C43075
Text Example
Text Example
White with #C43075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43075; }
p { color: rgb(196,48,117); }
H1.HeaderClassName
{
color: #C43075;
}
.AnyTagClassName
{
color: #C43075;
}
</style>
background-color css
<style>
a { background-color: #C43075; }
a { background-color: rgb(196,48,117); }
div.DivClassName
{
background-color: #C43075;
}
.BgClassName
{
background-color: #C43075;
}
</style>
border-color css
<style>
span { border-color: #C43075; }
span { border-color: rgb(196,48,117); }
td.TdClassName
{
border-color: #C43075;
}
.TagClassName
{
border-color: #C43075;
}
</style>