Shades of Medium Red Violet #C42575
Tints of Medium Red Violet #C42575
RGB
CMYK
RGB Variations
Color information
#C42575 (or 0xC42575) is known color: Medium Red Violet. HEX triplet: C4, 25 and 75. RGB value is (196,37,117). Sum of RGB (Red+Green+Blue) = 196+37+117=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C42575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42575 is #3BDA8A. Grayscale: #5D5D5D. Windows color (decimal): -3922571 or 7677380. OLE color: 7677380.
HSL color Cylindrical-coordinate representation of color #C42575: hue angle of 329.81º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42575 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 117 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.23 |
| HSL | 329.81º | 0.68% | 0.46% | - |
| HSV(B) | 329.81º | 0.81% | 0.77% | - |
| XYZ | 26.64 | 14.34 | 18.19 | - |
| YUV | 93.66 | 141.18 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 117 | 0 | 0.81 | 0.40 | 0.23 | 329.81 | 0.68 | 0.46 |
| Hex | C4 | 25 | 75 | 0 | 51 | 28 | 17 | 14A | 44 | 2E |
| Octal | 304 | 45 | 165 | 0 | 121 | 50 | 27 | 512 | 104 | 56 |
| Binary | 11000100 | 100101 | 1110101 | 0 | 1010001 | 101000 | 10111 | 101001010 | 1000100 | 101110 |
Color Harmonies of #C42575
Complementary color
Monochromatic Colors of #C42575
Black with #C42575
Text Example
Text Example
White with #C42575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42575; }
p { color: rgb(196,37,117); }
H1.HeaderClassName
{
color: #C42575;
}
.AnyTagClassName
{
color: #C42575;
}
</style>
background-color css
<style>
a { background-color: #C42575; }
a { background-color: rgb(196,37,117); }
div.DivClassName
{
background-color: #C42575;
}
.BgClassName
{
background-color: #C42575;
}
</style>
border-color css
<style>
span { border-color: #C42575; }
span { border-color: rgb(196,37,117); }
td.TdClassName
{
border-color: #C42575;
}
.TagClassName
{
border-color: #C42575;
}
</style>