Shades of Medium Violet Red #C00A8B
Tints of Medium Violet Red #C00A8B
RGB
CMYK
RGB Variations
Color information
#C00A8B (or 0xC00A8B) is known color: Medium Violet Red. HEX triplet: C0, 0A and 8B. RGB value is (192,10,139). Sum of RGB (Red+Green+Blue) = 192+10+139=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00A8B is #3FF574. Grayscale: #4E4E4E. Windows color (decimal): -4191605 or 9112256. OLE color: 9112256.
HSL color Cylindrical-coordinate representation of color #C00A8B: hue angle of 317.47º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00A8B is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 139 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.25 |
| HSL | 317.47º | 0.9% | 0.4% | - |
| HSV(B) | 317.47º | 0.95% | 0.75% | - |
| XYZ | 26.51 | 13.29 | 25.59 | - |
| YUV | 79.12 | 161.8 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 139 | 0 | 0.95 | 0.28 | 0.25 | 317.47 | 0.9 | 0.4 |
| Hex | C0 | A | 8B | 0 | 5F | 1C | 19 | 13D | 5A | 28 |
| Octal | 300 | 12 | 213 | 0 | 137 | 34 | 31 | 475 | 132 | 50 |
| Binary | 11000000 | 1010 | 10001011 | 0 | 1011111 | 11100 | 11001 | 100111101 | 1011010 | 101000 |
Color Harmonies of #C00A8B
Complementary color
Monochromatic Colors of #C00A8B
Black with #C00A8B
Text Example
Text Example
White with #C00A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A8B; }
p { color: rgb(192,10,139); }
H1.HeaderClassName
{
color: #C00A8B;
}
.AnyTagClassName
{
color: #C00A8B;
}
</style>
background-color css
<style>
a { background-color: #C00A8B; }
a { background-color: rgb(192,10,139); }
div.DivClassName
{
background-color: #C00A8B;
}
.BgClassName
{
background-color: #C00A8B;
}
</style>
border-color css
<style>
span { border-color: #C00A8B; }
span { border-color: rgb(192,10,139); }
td.TdClassName
{
border-color: #C00A8B;
}
.TagClassName
{
border-color: #C00A8B;
}
</style>