Shades of Medium Red Violet #C4299C
Tints of Medium Red Violet #C4299C
RGB
CMYK
RGB Variations
Color information
#C4299C (or 0xC4299C) is known color: Medium Red Violet. HEX triplet: C4, 29 and 9C. RGB value is (196,41,156). Sum of RGB (Red+Green+Blue) = 196+41+156=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4299C is #3BD663. Grayscale: #646464. Windows color (decimal): -3921508 or 10234308. OLE color: 10234308.
HSL color Cylindrical-coordinate representation of color #C4299C: hue angle of 315.48º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4299C is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 156 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.23 |
| HSL | 315.48º | 0.65% | 0.46% | - |
| HSV(B) | 315.48º | 0.79% | 0.77% | - |
| XYZ | 29.56 | 15.72 | 32.93 | - |
| YUV | 100.46 | 159.35 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 156 | 0 | 0.79 | 0.20 | 0.23 | 315.48 | 0.65 | 0.46 |
| Hex | C4 | 29 | 9C | 0 | 4F | 14 | 17 | 13B | 41 | 2E |
| Octal | 304 | 51 | 234 | 0 | 117 | 24 | 27 | 473 | 101 | 56 |
| Binary | 11000100 | 101001 | 10011100 | 0 | 1001111 | 10100 | 10111 | 100111011 | 1000001 | 101110 |
Color Harmonies of #C4299C
Complementary color
Monochromatic Colors of #C4299C
Black with #C4299C
Text Example
Text Example
White with #C4299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4299C; }
p { color: rgb(196,41,156); }
H1.HeaderClassName
{
color: #C4299C;
}
.AnyTagClassName
{
color: #C4299C;
}
</style>
background-color css
<style>
a { background-color: #C4299C; }
a { background-color: rgb(196,41,156); }
div.DivClassName
{
background-color: #C4299C;
}
.BgClassName
{
background-color: #C4299C;
}
</style>
border-color css
<style>
span { border-color: #C4299C; }
span { border-color: rgb(196,41,156); }
td.TdClassName
{
border-color: #C4299C;
}
.TagClassName
{
border-color: #C4299C;
}
</style>