Shades of Medium Violet Red #C8229D
Tints of Medium Violet Red #C8229D
RGB
CMYK
RGB Variations
Color information
#C8229D (or 0xC8229D) is known color: Medium Violet Red. HEX triplet: C8, 22 and 9D. RGB value is (200,34,157). Sum of RGB (Red+Green+Blue) = 200+34+157=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8229D is #37DD62. Grayscale: #616161. Windows color (decimal): -3661155 or 10298056. OLE color: 10298056.
HSL color Cylindrical-coordinate representation of color #C8229D: hue angle of 315.54º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8229D is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 157 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.22 |
| HSL | 315.54º | 0.71% | 0.46% | - |
| HSV(B) | 315.54º | 0.83% | 0.78% | - |
| XYZ | 30.48 | 15.86 | 33.35 | - |
| YUV | 97.66 | 161.5 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 157 | 0 | 0.83 | 0.22 | 0.22 | 315.54 | 0.71 | 0.46 |
| Hex | C8 | 22 | 9D | 0 | 53 | 16 | 16 | 13C | 47 | 2E |
| Octal | 310 | 42 | 235 | 0 | 123 | 26 | 26 | 474 | 107 | 56 |
| Binary | 11001000 | 100010 | 10011101 | 0 | 1010011 | 10110 | 10110 | 100111100 | 1000111 | 101110 |
Color Harmonies of #C8229D
Complementary color
Monochromatic Colors of #C8229D
Black with #C8229D
Text Example
Text Example
White with #C8229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8229D; }
p { color: rgb(200,34,157); }
H1.HeaderClassName
{
color: #C8229D;
}
.AnyTagClassName
{
color: #C8229D;
}
</style>
background-color css
<style>
a { background-color: #C8229D; }
a { background-color: rgb(200,34,157); }
div.DivClassName
{
background-color: #C8229D;
}
.BgClassName
{
background-color: #C8229D;
}
</style>
border-color css
<style>
span { border-color: #C8229D; }
span { border-color: rgb(200,34,157); }
td.TdClassName
{
border-color: #C8229D;
}
.TagClassName
{
border-color: #C8229D;
}
</style>