Shades of Medium Violet Red #C8008A
Tints of Medium Violet Red #C8008A
RGB
CMYK
RGB Variations
Color information
#C8008A (or 0xC8008A) is known color: Medium Violet Red. HEX triplet: C8, 00 and 8A. RGB value is (200,0,138). Sum of RGB (Red+Green+Blue) = 200+0+138=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C8008A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8008A is #37FF75. Grayscale: #4B4B4B. Windows color (decimal): -3669878 or 9044168. OLE color: 9044168.
HSL color Cylindrical-coordinate representation of color #C8008A: hue angle of 318.6º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8008A is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.31 | 0.22 |
| HSL | 318.6º | 1% | 0.39% | - |
| HSV(B) | 318.6º | 1% | 0.78% | - |
| XYZ | 28.41 | 14.11 | 25.27 | - |
| YUV | 75.53 | 163.26 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 138 | 0 | 1 | 0.31 | 0.22 | 318.6 | 1 | 0.39 |
| Hex | C8 | 0 | 8A | 0 | 64 | 1F | 16 | 13F | 64 | 27 |
| Octal | 310 | 0 | 212 | 0 | 144 | 37 | 26 | 477 | 144 | 47 |
| Binary | 11001000 | 0 | 10001010 | 0 | 1100100 | 11111 | 10110 | 100111111 | 1100100 | 100111 |
Color Harmonies of #C8008A
Complementary color
Monochromatic Colors of #C8008A
Black with #C8008A
Text Example
Text Example
White with #C8008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8008A; }
p { color: rgb(200,0,138); }
H1.HeaderClassName
{
color: #C8008A;
}
.AnyTagClassName
{
color: #C8008A;
}
</style>
background-color css
<style>
a { background-color: #C8008A; }
a { background-color: rgb(200,0,138); }
div.DivClassName
{
background-color: #C8008A;
}
.BgClassName
{
background-color: #C8008A;
}
</style>
border-color css
<style>
span { border-color: #C8008A; }
span { border-color: rgb(200,0,138); }
td.TdClassName
{
border-color: #C8008A;
}
.TagClassName
{
border-color: #C8008A;
}
</style>