Shades of Medium Red Violet #C7327A
Tints of Medium Red Violet #C7327A
RGB
CMYK
RGB Variations
Color information
#C7327A (or 0xC7327A) is known color: Medium Red Violet. HEX triplet: C7, 32 and 7A. RGB value is (199,50,122). Sum of RGB (Red+Green+Blue) = 199+50+122=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7327A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7327A is #38CD85. Grayscale: #666666. Windows color (decimal): -3722630 or 8008391. OLE color: 8008391.
HSL color Cylindrical-coordinate representation of color #C7327A: hue angle of 331.01º 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 #C7327A is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 122 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.22 |
| HSL | 331.01º | 0.6% | 0.49% | - |
| HSV(B) | 331.01º | 0.75% | 0.78% | - |
| XYZ | 28.21 | 15.83 | 19.98 | - |
| YUV | 102.76 | 138.86 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 122 | 0 | 0.75 | 0.39 | 0.22 | 331.01 | 0.6 | 0.49 |
| Hex | C7 | 32 | 7A | 0 | 4B | 27 | 16 | 14B | 3C | 31 |
| Octal | 307 | 62 | 172 | 0 | 113 | 47 | 26 | 513 | 74 | 61 |
| Binary | 11000111 | 110010 | 1111010 | 0 | 1001011 | 100111 | 10110 | 101001011 | 111100 | 110001 |
Color Harmonies of #C7327A
Complementary color
Monochromatic Colors of #C7327A
Black with #C7327A
Text Example
Text Example
White with #C7327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7327A; }
p { color: rgb(199,50,122); }
H1.HeaderClassName
{
color: #C7327A;
}
.AnyTagClassName
{
color: #C7327A;
}
</style>
background-color css
<style>
a { background-color: #C7327A; }
a { background-color: rgb(199,50,122); }
div.DivClassName
{
background-color: #C7327A;
}
.BgClassName
{
background-color: #C7327A;
}
</style>
border-color css
<style>
span { border-color: #C7327A; }
span { border-color: rgb(199,50,122); }
td.TdClassName
{
border-color: #C7327A;
}
.TagClassName
{
border-color: #C7327A;
}
</style>