Shades of Medium Red Violet #C8328A
Tints of Medium Red Violet #C8328A
RGB
CMYK
RGB Variations
Color information
#C8328A (or 0xC8328A) is known color: Medium Red Violet. HEX triplet: C8, 32 and 8A. RGB value is (200,50,138). Sum of RGB (Red+Green+Blue) = 200+50+138=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C8328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8328A is #37CD75. Grayscale: #686868. Windows color (decimal): -3657078 or 9056968. OLE color: 9056968.
HSL color Cylindrical-coordinate representation of color #C8328A: hue angle of 324.8º 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 #C8328A is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 138 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.22 |
| HSL | 324.8º | 0.6% | 0.49% | - |
| HSV(B) | 324.8º | 0.75% | 0.78% | - |
| XYZ | 29.55 | 16.4 | 25.65 | - |
| YUV | 104.88 | 146.7 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 138 | 0 | 0.75 | 0.31 | 0.22 | 324.8 | 0.6 | 0.49 |
| Hex | C8 | 32 | 8A | 0 | 4B | 1F | 16 | 145 | 3C | 31 |
| Octal | 310 | 62 | 212 | 0 | 113 | 37 | 26 | 505 | 74 | 61 |
| Binary | 11001000 | 110010 | 10001010 | 0 | 1001011 | 11111 | 10110 | 101000101 | 111100 | 110001 |
Color Harmonies of #C8328A
Complementary color
Monochromatic Colors of #C8328A
Black with #C8328A
Text Example
Text Example
White with #C8328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8328A; }
p { color: rgb(200,50,138); }
H1.HeaderClassName
{
color: #C8328A;
}
.AnyTagClassName
{
color: #C8328A;
}
</style>
background-color css
<style>
a { background-color: #C8328A; }
a { background-color: rgb(200,50,138); }
div.DivClassName
{
background-color: #C8328A;
}
.BgClassName
{
background-color: #C8328A;
}
</style>
border-color css
<style>
span { border-color: #C8328A; }
span { border-color: rgb(200,50,138); }
td.TdClassName
{
border-color: #C8328A;
}
.TagClassName
{
border-color: #C8328A;
}
</style>