Shades of Medium Red Violet #C43697
Tints of Medium Red Violet #C43697
RGB
CMYK
RGB Variations
Color information
#C43697 (or 0xC43697) is known color: Medium Red Violet. HEX triplet: C4, 36 and 97. RGB value is (196,54,151). Sum of RGB (Red+Green+Blue) = 196+54+151=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C43697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43697 is #3BC968. Grayscale: #6B6B6B. Windows color (decimal): -3918185 or 9909956. OLE color: 9909956.
HSL color Cylindrical-coordinate representation of color #C43697: hue angle of 319.01º 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 #C43697 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 151 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.23 |
| HSL | 319.01º | 0.57% | 0.49% | - |
| HSV(B) | 319.01º | 0.72% | 0.77% | - |
| XYZ | 29.67 | 16.61 | 30.92 | - |
| YUV | 107.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 151 | 0 | 0.72 | 0.23 | 0.23 | 319.01 | 0.57 | 0.49 |
| Hex | C4 | 36 | 97 | 0 | 48 | 17 | 17 | 13F | 39 | 31 |
| Octal | 304 | 66 | 227 | 0 | 110 | 27 | 27 | 477 | 71 | 61 |
| Binary | 11000100 | 110110 | 10010111 | 0 | 1001000 | 10111 | 10111 | 100111111 | 111001 | 110001 |
Color Harmonies of #C43697
Complementary color
Monochromatic Colors of #C43697
Black with #C43697
Text Example
Text Example
White with #C43697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43697; }
p { color: rgb(196,54,151); }
H1.HeaderClassName
{
color: #C43697;
}
.AnyTagClassName
{
color: #C43697;
}
</style>
background-color css
<style>
a { background-color: #C43697; }
a { background-color: rgb(196,54,151); }
div.DivClassName
{
background-color: #C43697;
}
.BgClassName
{
background-color: #C43697;
}
</style>
border-color css
<style>
span { border-color: #C43697; }
span { border-color: rgb(196,54,151); }
td.TdClassName
{
border-color: #C43697;
}
.TagClassName
{
border-color: #C43697;
}
</style>