Shades of Medium Red Violet #C43175
Tints of Medium Red Violet #C43175
RGB
CMYK
RGB Variations
Color information
#C43175 (or 0xC43175) is known color: Medium Red Violet. HEX triplet: C4, 31 and 75. RGB value is (196,49,117). Sum of RGB (Red+Green+Blue) = 196+49+117=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 49 (19.53% from 255 or 13.54% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C43175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43175 is #3BCE8A. Grayscale: #646464. Windows color (decimal): -3919499 or 7680452. OLE color: 7680452.
HSL color Cylindrical-coordinate representation of color #C43175: hue angle of 332.24º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43175 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 117 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.23 |
| HSL | 332.24º | 0.6% | 0.48% | - |
| HSV(B) | 332.24º | 0.75% | 0.77% | - |
| XYZ | 27.07 | 15.22 | 18.34 | - |
| YUV | 100.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 117 | 0 | 0.75 | 0.40 | 0.23 | 332.24 | 0.6 | 0.48 |
| Hex | C4 | 31 | 75 | 0 | 4B | 28 | 17 | 14C | 3C | 30 |
| Octal | 304 | 61 | 165 | 0 | 113 | 50 | 27 | 514 | 74 | 60 |
| Binary | 11000100 | 110001 | 1110101 | 0 | 1001011 | 101000 | 10111 | 101001100 | 111100 | 110000 |
Color Harmonies of #C43175
Complementary color
Monochromatic Colors of #C43175
Black with #C43175
Text Example
Text Example
White with #C43175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43175; }
p { color: rgb(196,49,117); }
H1.HeaderClassName
{
color: #C43175;
}
.AnyTagClassName
{
color: #C43175;
}
</style>
background-color css
<style>
a { background-color: #C43175; }
a { background-color: rgb(196,49,117); }
div.DivClassName
{
background-color: #C43175;
}
.BgClassName
{
background-color: #C43175;
}
</style>
border-color css
<style>
span { border-color: #C43175; }
span { border-color: rgb(196,49,117); }
td.TdClassName
{
border-color: #C43175;
}
.TagClassName
{
border-color: #C43175;
}
</style>