Shades of Medium Red Violet #C4327C
Tints of Medium Red Violet #C4327C
RGB
CMYK
RGB Variations
Color information
#C4327C (or 0xC4327C) is known color: Medium Red Violet. HEX triplet: C4, 32 and 7C. RGB value is (196,50,124). Sum of RGB (Red+Green+Blue) = 196+50+124=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4327C is #3BCD83. Grayscale: #656565. Windows color (decimal): -3919236 or 8139460. OLE color: 8139460.
HSL color Cylindrical-coordinate representation of color #C4327C: hue angle of 329.59º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4327C is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 124 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.23 |
| HSL | 329.59º | 0.59% | 0.48% | - |
| HSV(B) | 329.59º | 0.74% | 0.77% | - |
| XYZ | 27.54 | 15.47 | 20.6 | - |
| YUV | 102.09 | 140.37 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 124 | 0 | 0.74 | 0.37 | 0.23 | 329.59 | 0.59 | 0.48 |
| Hex | C4 | 32 | 7C | 0 | 4A | 25 | 17 | 14A | 3B | 30 |
| Octal | 304 | 62 | 174 | 0 | 112 | 45 | 27 | 512 | 73 | 60 |
| Binary | 11000100 | 110010 | 1111100 | 0 | 1001010 | 100101 | 10111 | 101001010 | 111011 | 110000 |
Color Harmonies of #C4327C
Complementary color
Monochromatic Colors of #C4327C
Black with #C4327C
Text Example
Text Example
White with #C4327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4327C; }
p { color: rgb(196,50,124); }
H1.HeaderClassName
{
color: #C4327C;
}
.AnyTagClassName
{
color: #C4327C;
}
</style>
background-color css
<style>
a { background-color: #C4327C; }
a { background-color: rgb(196,50,124); }
div.DivClassName
{
background-color: #C4327C;
}
.BgClassName
{
background-color: #C4327C;
}
</style>
border-color css
<style>
span { border-color: #C4327C; }
span { border-color: rgb(196,50,124); }
td.TdClassName
{
border-color: #C4327C;
}
.TagClassName
{
border-color: #C4327C;
}
</style>