Shades of Medium Red Violet #C5327B
Tints of Medium Red Violet #C5327B
RGB
CMYK
RGB Variations
Color information
#C5327B (or 0xC5327B) is known color: Medium Red Violet. HEX triplet: C5, 32 and 7B. RGB value is (197,50,123). Sum of RGB (Red+Green+Blue) = 197+50+123=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5327B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5327B is #3ACD84. Grayscale: #666666. Windows color (decimal): -3853701 or 8073925. OLE color: 8073925.
HSL color Cylindrical-coordinate representation of color #C5327B: hue angle of 330.2º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5327B is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 123 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.23 |
| HSL | 330.2º | 0.6% | 0.48% | - |
| HSV(B) | 330.2º | 0.75% | 0.77% | - |
| XYZ | 27.74 | 15.58 | 20.28 | - |
| YUV | 102.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 123 | 0 | 0.75 | 0.38 | 0.23 | 330.2 | 0.6 | 0.48 |
| Hex | C5 | 32 | 7B | 0 | 4B | 26 | 17 | 14A | 3C | 30 |
| Octal | 305 | 62 | 173 | 0 | 113 | 46 | 27 | 512 | 74 | 60 |
| Binary | 11000101 | 110010 | 1111011 | 0 | 1001011 | 100110 | 10111 | 101001010 | 111100 | 110000 |
Color Harmonies of #C5327B
Complementary color
Monochromatic Colors of #C5327B
Black with #C5327B
Text Example
Text Example
White with #C5327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5327B; }
p { color: rgb(197,50,123); }
H1.HeaderClassName
{
color: #C5327B;
}
.AnyTagClassName
{
color: #C5327B;
}
</style>
background-color css
<style>
a { background-color: #C5327B; }
a { background-color: rgb(197,50,123); }
div.DivClassName
{
background-color: #C5327B;
}
.BgClassName
{
background-color: #C5327B;
}
</style>
border-color css
<style>
span { border-color: #C5327B; }
span { border-color: rgb(197,50,123); }
td.TdClassName
{
border-color: #C5327B;
}
.TagClassName
{
border-color: #C5327B;
}
</style>