Shades of Medium Red Violet #C4359C
Tints of Medium Red Violet #C4359C
RGB
CMYK
RGB Variations
Color information
#C4359C (or 0xC4359C) is known color: Medium Red Violet. HEX triplet: C4, 35 and 9C. RGB value is (196,53,156). Sum of RGB (Red+Green+Blue) = 196+53+156=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4359C is #3BCA63. Grayscale: #6B6B6B. Windows color (decimal): -3918436 or 10237380. OLE color: 10237380.
HSL color Cylindrical-coordinate representation of color #C4359C: hue angle of 316.78º degrees, saturation: 0.57, 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 #C4359C is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 156 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.23 |
| HSL | 316.78º | 0.57% | 0.49% | - |
| HSV(B) | 316.78º | 0.73% | 0.77% | - |
| XYZ | 30.04 | 16.68 | 33.09 | - |
| YUV | 107.5 | 155.38 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 156 | 0 | 0.73 | 0.20 | 0.23 | 316.78 | 0.57 | 0.49 |
| Hex | C4 | 35 | 9C | 0 | 49 | 14 | 17 | 13D | 39 | 31 |
| Octal | 304 | 65 | 234 | 0 | 111 | 24 | 27 | 475 | 71 | 61 |
| Binary | 11000100 | 110101 | 10011100 | 0 | 1001001 | 10100 | 10111 | 100111101 | 111001 | 110001 |
Color Harmonies of #C4359C
Complementary color
Monochromatic Colors of #C4359C
Black with #C4359C
Text Example
Text Example
White with #C4359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4359C; }
p { color: rgb(196,53,156); }
H1.HeaderClassName
{
color: #C4359C;
}
.AnyTagClassName
{
color: #C4359C;
}
</style>
background-color css
<style>
a { background-color: #C4359C; }
a { background-color: rgb(196,53,156); }
div.DivClassName
{
background-color: #C4359C;
}
.BgClassName
{
background-color: #C4359C;
}
</style>
border-color css
<style>
span { border-color: #C4359C; }
span { border-color: rgb(196,53,156); }
td.TdClassName
{
border-color: #C4359C;
}
.TagClassName
{
border-color: #C4359C;
}
</style>