Shades of Medium Red Violet #C4297B
Tints of Medium Red Violet #C4297B
RGB
CMYK
RGB Variations
Color information
#C4297B (or 0xC4297B) is known color: Medium Red Violet. HEX triplet: C4, 29 and 7B. RGB value is (196,41,123). Sum of RGB (Red+Green+Blue) = 196+41+123=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4297B is #3BD684. Grayscale: #606060. Windows color (decimal): -3921541 or 8071620. OLE color: 8071620.
HSL color Cylindrical-coordinate representation of color #C4297B: hue angle of 328.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 #C4297B is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 123 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.23 |
| HSL | 328.26º | 0.65% | 0.46% | - |
| HSV(B) | 328.26º | 0.79% | 0.77% | - |
| XYZ | 27.13 | 14.75 | 20.16 | - |
| YUV | 96.69 | 142.85 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 123 | 0 | 0.79 | 0.37 | 0.23 | 328.26 | 0.65 | 0.46 |
| Hex | C4 | 29 | 7B | 0 | 4F | 25 | 17 | 148 | 41 | 2E |
| Octal | 304 | 51 | 173 | 0 | 117 | 45 | 27 | 510 | 101 | 56 |
| Binary | 11000100 | 101001 | 1111011 | 0 | 1001111 | 100101 | 10111 | 101001000 | 1000001 | 101110 |
Color Harmonies of #C4297B
Complementary color
Monochromatic Colors of #C4297B
Black with #C4297B
Text Example
Text Example
White with #C4297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4297B; }
p { color: rgb(196,41,123); }
H1.HeaderClassName
{
color: #C4297B;
}
.AnyTagClassName
{
color: #C4297B;
}
</style>
background-color css
<style>
a { background-color: #C4297B; }
a { background-color: rgb(196,41,123); }
div.DivClassName
{
background-color: #C4297B;
}
.BgClassName
{
background-color: #C4297B;
}
</style>
border-color css
<style>
span { border-color: #C4297B; }
span { border-color: rgb(196,41,123); }
td.TdClassName
{
border-color: #C4297B;
}
.TagClassName
{
border-color: #C4297B;
}
</style>