Shades of Medium Violet Red #C0008F
Tints of Medium Violet Red #C0008F
RGB
CMYK
RGB Variations
Color information
#C0008F (or 0xC0008F) is known color: Medium Violet Red. HEX triplet: C0, 00 and 8F. RGB value is (192,0,143). Sum of RGB (Red+Green+Blue) = 192+0+143=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0008F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0008F is #3FFF70. Grayscale: #494949. Windows color (decimal): -4194161 or 9371840. OLE color: 9371840.
HSL color Cylindrical-coordinate representation of color #C0008F: hue angle of 315.31º 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 #C0008F is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 143 | - |
| CMYK | 0 | 1 | 0.26 | 0.25 |
| HSL | 315.31º | 1% | 0.38% | - |
| HSV(B) | 315.31º | 1% | 0.75% | - |
| XYZ | 26.7 | 13.19 | 27.13 | - |
| YUV | 73.71 | 167.11 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 143 | 0 | 1 | 0.26 | 0.25 | 315.31 | 1 | 0.38 |
| Hex | C0 | 0 | 8F | 0 | 64 | 1A | 19 | 13B | 64 | 26 |
| Octal | 300 | 0 | 217 | 0 | 144 | 32 | 31 | 473 | 144 | 46 |
| Binary | 11000000 | 0 | 10001111 | 0 | 1100100 | 11010 | 11001 | 100111011 | 1100100 | 100110 |
Color Harmonies of #C0008F
Complementary color
Monochromatic Colors of #C0008F
Black with #C0008F
Text Example
Text Example
White with #C0008F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0008F; }
p { color: rgb(192,0,143); }
H1.HeaderClassName
{
color: #C0008F;
}
.AnyTagClassName
{
color: #C0008F;
}
</style>
background-color css
<style>
a { background-color: #C0008F; }
a { background-color: rgb(192,0,143); }
div.DivClassName
{
background-color: #C0008F;
}
.BgClassName
{
background-color: #C0008F;
}
</style>
border-color css
<style>
span { border-color: #C0008F; }
span { border-color: rgb(192,0,143); }
td.TdClassName
{
border-color: #C0008F;
}
.TagClassName
{
border-color: #C0008F;
}
</style>