Shades of Medium Red Violet #C43497
Tints of Medium Red Violet #C43497
RGB
CMYK
RGB Variations
Color information
#C43497 (or 0xC43497) is known color: Medium Red Violet. HEX triplet: C4, 34 and 97. RGB value is (196,52,151). Sum of RGB (Red+Green+Blue) = 196+52+151=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C43497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43497 is #3BCB68. Grayscale: #6A6A6A. Windows color (decimal): -3918697 or 9909444. OLE color: 9909444.
HSL color Cylindrical-coordinate representation of color #C43497: hue angle of 318.75º 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 #C43497 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 151 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.23 |
| HSL | 318.75º | 0.58% | 0.49% | - |
| HSV(B) | 318.75º | 0.73% | 0.77% | - |
| XYZ | 29.58 | 16.43 | 30.89 | - |
| YUV | 106.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 151 | 0 | 0.73 | 0.23 | 0.23 | 318.75 | 0.58 | 0.49 |
| Hex | C4 | 34 | 97 | 0 | 49 | 17 | 17 | 13F | 3A | 31 |
| Octal | 304 | 64 | 227 | 0 | 111 | 27 | 27 | 477 | 72 | 61 |
| Binary | 11000100 | 110100 | 10010111 | 0 | 1001001 | 10111 | 10111 | 100111111 | 111010 | 110001 |
Color Harmonies of #C43497
Complementary color
Monochromatic Colors of #C43497
Black with #C43497
Text Example
Text Example
White with #C43497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43497; }
p { color: rgb(196,52,151); }
H1.HeaderClassName
{
color: #C43497;
}
.AnyTagClassName
{
color: #C43497;
}
</style>
background-color css
<style>
a { background-color: #C43497; }
a { background-color: rgb(196,52,151); }
div.DivClassName
{
background-color: #C43497;
}
.BgClassName
{
background-color: #C43497;
}
</style>
border-color css
<style>
span { border-color: #C43497; }
span { border-color: rgb(196,52,151); }
td.TdClassName
{
border-color: #C43497;
}
.TagClassName
{
border-color: #C43497;
}
</style>