Shades of Medium Red Violet #C43694
Tints of Medium Red Violet #C43694
RGB
CMYK
RGB Variations
Color information
#C43694 (or 0xC43694) is known color: Medium Red Violet. HEX triplet: C4, 36 and 94. RGB value is (196,54,148). Sum of RGB (Red+Green+Blue) = 196+54+148=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C43694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43694 is #3BC96B. Grayscale: #6A6A6A. Windows color (decimal): -3918188 or 9713348. OLE color: 9713348.
HSL color Cylindrical-coordinate representation of color #C43694: hue angle of 320.28º degrees, saturation: 0.57, 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 #C43694 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 148 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.23 |
| HSL | 320.28º | 0.57% | 0.49% | - |
| HSV(B) | 320.28º | 0.72% | 0.77% | - |
| XYZ | 29.43 | 16.51 | 29.65 | - |
| YUV | 107.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 148 | 0 | 0.72 | 0.24 | 0.23 | 320.28 | 0.57 | 0.49 |
| Hex | C4 | 36 | 94 | 0 | 48 | 18 | 17 | 140 | 39 | 31 |
| Octal | 304 | 66 | 224 | 0 | 110 | 30 | 27 | 500 | 71 | 61 |
| Binary | 11000100 | 110110 | 10010100 | 0 | 1001000 | 11000 | 10111 | 101000000 | 111001 | 110001 |
Color Harmonies of #C43694
Complementary color
Monochromatic Colors of #C43694
Black with #C43694
Text Example
Text Example
White with #C43694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43694; }
p { color: rgb(196,54,148); }
H1.HeaderClassName
{
color: #C43694;
}
.AnyTagClassName
{
color: #C43694;
}
</style>
background-color css
<style>
a { background-color: #C43694; }
a { background-color: rgb(196,54,148); }
div.DivClassName
{
background-color: #C43694;
}
.BgClassName
{
background-color: #C43694;
}
</style>
border-color css
<style>
span { border-color: #C43694; }
span { border-color: rgb(196,54,148); }
td.TdClassName
{
border-color: #C43694;
}
.TagClassName
{
border-color: #C43694;
}
</style>