Shades of Medium Red Violet #C43774
Tints of Medium Red Violet #C43774
RGB
CMYK
RGB Variations
Color information
#C43774 (or 0xC43774) is known color: Medium Red Violet. HEX triplet: C4, 37 and 74. RGB value is (196,55,116). Sum of RGB (Red+Green+Blue) = 196+55+116=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C43774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43774 is #3BC88B. Grayscale: #686868. Windows color (decimal): -3917964 or 7616452. OLE color: 7616452.
HSL color Cylindrical-coordinate representation of color #C43774: hue angle of 334.04º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43774 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 116 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.23 |
| HSL | 334.04º | 0.56% | 0.49% | - |
| HSV(B) | 334.04º | 0.72% | 0.77% | - |
| XYZ | 27.28 | 15.73 | 18.12 | - |
| YUV | 104.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 116 | 0 | 0.72 | 0.41 | 0.23 | 334.04 | 0.56 | 0.49 |
| Hex | C4 | 37 | 74 | 0 | 48 | 29 | 17 | 14E | 38 | 31 |
| Octal | 304 | 67 | 164 | 0 | 110 | 51 | 27 | 516 | 70 | 61 |
| Binary | 11000100 | 110111 | 1110100 | 0 | 1001000 | 101001 | 10111 | 101001110 | 111000 | 110001 |
Color Harmonies of #C43774
Complementary color
Monochromatic Colors of #C43774
Black with #C43774
Text Example
Text Example
White with #C43774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43774; }
p { color: rgb(196,55,116); }
H1.HeaderClassName
{
color: #C43774;
}
.AnyTagClassName
{
color: #C43774;
}
</style>
background-color css
<style>
a { background-color: #C43774; }
a { background-color: rgb(196,55,116); }
div.DivClassName
{
background-color: #C43774;
}
.BgClassName
{
background-color: #C43774;
}
</style>
border-color css
<style>
span { border-color: #C43774; }
span { border-color: rgb(196,55,116); }
td.TdClassName
{
border-color: #C43774;
}
.TagClassName
{
border-color: #C43774;
}
</style>