Shades of Medium Red Violet #C43474
Tints of Medium Red Violet #C43474
RGB
CMYK
RGB Variations
Color information
#C43474 (or 0xC43474) is known color: Medium Red Violet. HEX triplet: C4, 34 and 74. RGB value is (196,52,116). Sum of RGB (Red+Green+Blue) = 196+52+116=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C43474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43474 is #3BCB8B. Grayscale: #666666. Windows color (decimal): -3918732 or 7615684. OLE color: 7615684.
HSL color Cylindrical-coordinate representation of color #C43474: hue angle of 333.33º 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 #C43474 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 116 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.23 |
| HSL | 333.33º | 0.58% | 0.49% | - |
| HSV(B) | 333.33º | 0.73% | 0.77% | - |
| XYZ | 27.15 | 15.45 | 18.07 | - |
| YUV | 102.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 116 | 0 | 0.73 | 0.41 | 0.23 | 333.33 | 0.58 | 0.49 |
| Hex | C4 | 34 | 74 | 0 | 49 | 29 | 17 | 14D | 3A | 31 |
| Octal | 304 | 64 | 164 | 0 | 111 | 51 | 27 | 515 | 72 | 61 |
| Binary | 11000100 | 110100 | 1110100 | 0 | 1001001 | 101001 | 10111 | 101001101 | 111010 | 110001 |
Color Harmonies of #C43474
Complementary color
Monochromatic Colors of #C43474
Black with #C43474
Text Example
Text Example
White with #C43474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43474; }
p { color: rgb(196,52,116); }
H1.HeaderClassName
{
color: #C43474;
}
.AnyTagClassName
{
color: #C43474;
}
</style>
background-color css
<style>
a { background-color: #C43474; }
a { background-color: rgb(196,52,116); }
div.DivClassName
{
background-color: #C43474;
}
.BgClassName
{
background-color: #C43474;
}
</style>
border-color css
<style>
span { border-color: #C43474; }
span { border-color: rgb(196,52,116); }
td.TdClassName
{
border-color: #C43474;
}
.TagClassName
{
border-color: #C43474;
}
</style>