Shades of Medium Red Violet #C4327E
Tints of Medium Red Violet #C4327E
RGB
CMYK
RGB Variations
Color information
#C4327E (or 0xC4327E) is known color: Medium Red Violet. HEX triplet: C4, 32 and 7E. RGB value is (196,50,126). Sum of RGB (Red+Green+Blue) = 196+50+126=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C4327E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4327E is #3BCD81. Grayscale: #666666. Windows color (decimal): -3919234 or 8270532. OLE color: 8270532.
HSL color Cylindrical-coordinate representation of color #C4327E: hue angle of 328.77º 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 #C4327E is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 126 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.23 |
| HSL | 328.77º | 0.59% | 0.48% | - |
| HSV(B) | 328.77º | 0.74% | 0.77% | - |
| XYZ | 27.67 | 15.52 | 21.28 | - |
| YUV | 102.32 | 141.37 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 126 | 0 | 0.74 | 0.36 | 0.23 | 328.77 | 0.59 | 0.48 |
| Hex | C4 | 32 | 7E | 0 | 4A | 24 | 17 | 149 | 3B | 30 |
| Octal | 304 | 62 | 176 | 0 | 112 | 44 | 27 | 511 | 73 | 60 |
| Binary | 11000100 | 110010 | 1111110 | 0 | 1001010 | 100100 | 10111 | 101001001 | 111011 | 110000 |
Color Harmonies of #C4327E
Complementary color
Monochromatic Colors of #C4327E
Black with #C4327E
Text Example
Text Example
White with #C4327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4327E; }
p { color: rgb(196,50,126); }
H1.HeaderClassName
{
color: #C4327E;
}
.AnyTagClassName
{
color: #C4327E;
}
</style>
background-color css
<style>
a { background-color: #C4327E; }
a { background-color: rgb(196,50,126); }
div.DivClassName
{
background-color: #C4327E;
}
.BgClassName
{
background-color: #C4327E;
}
</style>
border-color css
<style>
span { border-color: #C4327E; }
span { border-color: rgb(196,50,126); }
td.TdClassName
{
border-color: #C4327E;
}
.TagClassName
{
border-color: #C4327E;
}
</style>