Shades of Medium Violet Red #C8099D
Tints of Medium Violet Red #C8099D
RGB
CMYK
RGB Variations
Color information
#C8099D (or 0xC8099D) is known color: Medium Violet Red. HEX triplet: C8, 09 and 9D. RGB value is (200,9,157). Sum of RGB (Red+Green+Blue) = 200+9+157=366 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.64% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 200 - color contains mainly: red. Hex color #C8099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8099D is #37F662. Grayscale: #525252. Windows color (decimal): -3667555 or 10291656. OLE color: 10291656.
HSL color Cylindrical-coordinate representation of color #C8099D: hue angle of 313.51º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8099D is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.22 |
| HSL | 313.51º | 0.91% | 0.41% | - |
| HSV(B) | 313.51º | 0.96% | 0.78% | - |
| XYZ | 30 | 14.91 | 33.19 | - |
| YUV | 82.98 | 169.78 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 157 | 0 | 0.96 | 0.22 | 0.22 | 313.51 | 0.91 | 0.41 |
| Hex | C8 | 9 | 9D | 0 | 60 | 16 | 16 | 13A | 5B | 29 |
| Octal | 310 | 11 | 235 | 0 | 140 | 26 | 26 | 472 | 133 | 51 |
| Binary | 11001000 | 1001 | 10011101 | 0 | 1100000 | 10110 | 10110 | 100111010 | 1011011 | 101001 |
Color Harmonies of #C8099D
Complementary color
Monochromatic Colors of #C8099D
Black with #C8099D
Text Example
Text Example
White with #C8099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8099D; }
p { color: rgb(200,9,157); }
H1.HeaderClassName
{
color: #C8099D;
}
.AnyTagClassName
{
color: #C8099D;
}
</style>
background-color css
<style>
a { background-color: #C8099D; }
a { background-color: rgb(200,9,157); }
div.DivClassName
{
background-color: #C8099D;
}
.BgClassName
{
background-color: #C8099D;
}
</style>
border-color css
<style>
span { border-color: #C8099D; }
span { border-color: rgb(200,9,157); }
td.TdClassName
{
border-color: #C8099D;
}
.TagClassName
{
border-color: #C8099D;
}
</style>