Shades of Medium Red Violet #C8329F
Tints of Medium Red Violet #C8329F
RGB
CMYK
RGB Variations
Color information
#C8329F (or 0xC8329F) is known color: Medium Red Violet. HEX triplet: C8, 32 and 9F. RGB value is (200,50,159). Sum of RGB (Red+Green+Blue) = 200+50+159=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8329F is #37CD60. Grayscale: #6A6A6A. Windows color (decimal): -3657057 or 10433224. OLE color: 10433224.
HSL color Cylindrical-coordinate representation of color #C8329F: hue angle of 316.4º 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 #C8329F is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 159 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.22 |
| HSL | 316.4º | 0.6% | 0.49% | - |
| HSV(B) | 316.4º | 0.75% | 0.78% | - |
| XYZ | 31.22 | 17.06 | 34.45 | - |
| YUV | 107.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 159 | 0 | 0.75 | 0.20 | 0.22 | 316.4 | 0.6 | 0.49 |
| Hex | C8 | 32 | 9F | 0 | 4B | 14 | 16 | 13C | 3C | 31 |
| Octal | 310 | 62 | 237 | 0 | 113 | 24 | 26 | 474 | 74 | 61 |
| Binary | 11001000 | 110010 | 10011111 | 0 | 1001011 | 10100 | 10110 | 100111100 | 111100 | 110001 |
Color Harmonies of #C8329F
Complementary color
Monochromatic Colors of #C8329F
Black with #C8329F
Text Example
Text Example
White with #C8329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8329F; }
p { color: rgb(200,50,159); }
H1.HeaderClassName
{
color: #C8329F;
}
.AnyTagClassName
{
color: #C8329F;
}
</style>
background-color css
<style>
a { background-color: #C8329F; }
a { background-color: rgb(200,50,159); }
div.DivClassName
{
background-color: #C8329F;
}
.BgClassName
{
background-color: #C8329F;
}
</style>
border-color css
<style>
span { border-color: #C8329F; }
span { border-color: rgb(200,50,159); }
td.TdClassName
{
border-color: #C8329F;
}
.TagClassName
{
border-color: #C8329F;
}
</style>