Shades of Medium Violet Red #C0008B
Tints of Medium Violet Red #C0008B
RGB
CMYK
RGB Variations
Color information
#C0008B (or 0xC0008B) is known color: Medium Violet Red. HEX triplet: C0, 00 and 8B. RGB value is (192,0,139). Sum of RGB (Red+Green+Blue) = 192+0+139=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C0008B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0008B is #3FFF74. Grayscale: #484848. Windows color (decimal): -4194165 or 9109696. OLE color: 9109696.
HSL color Cylindrical-coordinate representation of color #C0008B: hue angle of 316.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0008B is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.28 | 0.25 |
| HSL | 316.56º | 1% | 0.38% | - |
| HSV(B) | 316.56º | 1% | 0.75% | - |
| XYZ | 26.4 | 13.07 | 25.56 | - |
| YUV | 73.25 | 165.11 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 139 | 0 | 1 | 0.28 | 0.25 | 316.56 | 1 | 0.38 |
| Hex | C0 | 0 | 8B | 0 | 64 | 1C | 19 | 13D | 64 | 26 |
| Octal | 300 | 0 | 213 | 0 | 144 | 34 | 31 | 475 | 144 | 46 |
| Binary | 11000000 | 0 | 10001011 | 0 | 1100100 | 11100 | 11001 | 100111101 | 1100100 | 100110 |
Color Harmonies of #C0008B
Complementary color
Monochromatic Colors of #C0008B
Black with #C0008B
Text Example
Text Example
White with #C0008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0008B; }
p { color: rgb(192,0,139); }
H1.HeaderClassName
{
color: #C0008B;
}
.AnyTagClassName
{
color: #C0008B;
}
</style>
background-color css
<style>
a { background-color: #C0008B; }
a { background-color: rgb(192,0,139); }
div.DivClassName
{
background-color: #C0008B;
}
.BgClassName
{
background-color: #C0008B;
}
</style>
border-color css
<style>
span { border-color: #C0008B; }
span { border-color: rgb(192,0,139); }
td.TdClassName
{
border-color: #C0008B;
}
.TagClassName
{
border-color: #C0008B;
}
</style>