Shades of Medium Red Violet #C4327B
Tints of Medium Red Violet #C4327B
RGB
CMYK
RGB Variations
Color information
#C4327B (or 0xC4327B) is known color: Medium Red Violet. HEX triplet: C4, 32 and 7B. RGB value is (196,50,123). Sum of RGB (Red+Green+Blue) = 196+50+123=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4327B is #3BCD84. Grayscale: #656565. Windows color (decimal): -3919237 or 8073924. OLE color: 8073924.
HSL color Cylindrical-coordinate representation of color #C4327B: hue angle of 330º 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 #C4327B is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 123 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.23 |
| HSL | 330º | 0.59% | 0.48% | - |
| HSV(B) | 330º | 0.74% | 0.77% | - |
| XYZ | 27.48 | 15.45 | 20.27 | - |
| YUV | 101.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 123 | 0 | 0.74 | 0.37 | 0.23 | 330 | 0.59 | 0.48 |
| Hex | C4 | 32 | 7B | 0 | 4A | 25 | 17 | 14A | 3B | 30 |
| Octal | 304 | 62 | 173 | 0 | 112 | 45 | 27 | 512 | 73 | 60 |
| Binary | 11000100 | 110010 | 1111011 | 0 | 1001010 | 100101 | 10111 | 101001010 | 111011 | 110000 |
Color Harmonies of #C4327B
Complementary color
Monochromatic Colors of #C4327B
Black with #C4327B
Text Example
Text Example
White with #C4327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4327B; }
p { color: rgb(196,50,123); }
H1.HeaderClassName
{
color: #C4327B;
}
.AnyTagClassName
{
color: #C4327B;
}
</style>
background-color css
<style>
a { background-color: #C4327B; }
a { background-color: rgb(196,50,123); }
div.DivClassName
{
background-color: #C4327B;
}
.BgClassName
{
background-color: #C4327B;
}
</style>
border-color css
<style>
span { border-color: #C4327B; }
span { border-color: rgb(196,50,123); }
td.TdClassName
{
border-color: #C4327B;
}
.TagClassName
{
border-color: #C4327B;
}
</style>