Shades of Medium Red Violet #C4299A
Tints of Medium Red Violet #C4299A
RGB
CMYK
RGB Variations
Color information
#C4299A (or 0xC4299A) is known color: Medium Red Violet. HEX triplet: C4, 29 and 9A. RGB value is (196,41,154). Sum of RGB (Red+Green+Blue) = 196+41+154=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4299A is #3BD665. Grayscale: #636363. Windows color (decimal): -3921510 or 10103236. OLE color: 10103236.
HSL color Cylindrical-coordinate representation of color #C4299A: hue angle of 316.26º 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 #C4299A is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 154 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.23 |
| HSL | 316.26º | 0.65% | 0.46% | - |
| HSV(B) | 316.26º | 0.79% | 0.77% | - |
| XYZ | 29.39 | 15.65 | 32.04 | - |
| YUV | 100.23 | 158.35 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 154 | 0 | 0.79 | 0.21 | 0.23 | 316.26 | 0.65 | 0.46 |
| Hex | C4 | 29 | 9A | 0 | 4F | 15 | 17 | 13C | 41 | 2E |
| Octal | 304 | 51 | 232 | 0 | 117 | 25 | 27 | 474 | 101 | 56 |
| Binary | 11000100 | 101001 | 10011010 | 0 | 1001111 | 10101 | 10111 | 100111100 | 1000001 | 101110 |
Color Harmonies of #C4299A
Complementary color
Monochromatic Colors of #C4299A
Black with #C4299A
Text Example
Text Example
White with #C4299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4299A; }
p { color: rgb(196,41,154); }
H1.HeaderClassName
{
color: #C4299A;
}
.AnyTagClassName
{
color: #C4299A;
}
</style>
background-color css
<style>
a { background-color: #C4299A; }
a { background-color: rgb(196,41,154); }
div.DivClassName
{
background-color: #C4299A;
}
.BgClassName
{
background-color: #C4299A;
}
</style>
border-color css
<style>
span { border-color: #C4299A; }
span { border-color: rgb(196,41,154); }
td.TdClassName
{
border-color: #C4299A;
}
.TagClassName
{
border-color: #C4299A;
}
</style>