Shades of Medium Red Violet #C7327C
Tints of Medium Red Violet #C7327C
RGB
CMYK
RGB Variations
Color information
#C7327C (or 0xC7327C) is known color: Medium Red Violet. HEX triplet: C7, 32 and 7C. RGB value is (199,50,124). Sum of RGB (Red+Green+Blue) = 199+50+124=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C7327C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7327C is #38CD83. Grayscale: #666666. Windows color (decimal): -3722628 or 8139463. OLE color: 8139463.
HSL color Cylindrical-coordinate representation of color #C7327C: hue angle of 330.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7327C is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 124 | - |
| CMYK | 0 | 0.75 | 0.38 | 0.22 |
| HSL | 330.2º | 0.6% | 0.49% | - |
| HSV(B) | 330.2º | 0.75% | 0.78% | - |
| XYZ | 28.33 | 15.88 | 20.64 | - |
| YUV | 102.99 | 139.86 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 124 | 0 | 0.75 | 0.38 | 0.22 | 330.2 | 0.6 | 0.49 |
| Hex | C7 | 32 | 7C | 0 | 4B | 26 | 16 | 14A | 3C | 31 |
| Octal | 307 | 62 | 174 | 0 | 113 | 46 | 26 | 512 | 74 | 61 |
| Binary | 11000111 | 110010 | 1111100 | 0 | 1001011 | 100110 | 10110 | 101001010 | 111100 | 110001 |
Color Harmonies of #C7327C
Complementary color
Monochromatic Colors of #C7327C
Black with #C7327C
Text Example
Text Example
White with #C7327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7327C; }
p { color: rgb(199,50,124); }
H1.HeaderClassName
{
color: #C7327C;
}
.AnyTagClassName
{
color: #C7327C;
}
</style>
background-color css
<style>
a { background-color: #C7327C; }
a { background-color: rgb(199,50,124); }
div.DivClassName
{
background-color: #C7327C;
}
.BgClassName
{
background-color: #C7327C;
}
</style>
border-color css
<style>
span { border-color: #C7327C; }
span { border-color: rgb(199,50,124); }
td.TdClassName
{
border-color: #C7327C;
}
.TagClassName
{
border-color: #C7327C;
}
</style>