Shades of Medium Violet Red #C00A6F
Tints of Medium Violet Red #C00A6F
RGB
CMYK
RGB Variations
Color information
#C00A6F (or 0xC00A6F) is known color: Medium Violet Red. HEX triplet: C0, 0A and 6F. RGB value is (192,10,111). Sum of RGB (Red+Green+Blue) = 192+10+111=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A6F is #3FF590. Grayscale: #4B4B4B. Windows color (decimal): -4191633 or 7277248. OLE color: 7277248.
HSL color Cylindrical-coordinate representation of color #C00A6F: hue angle of 326.7º 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 #C00A6F is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 111 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.25 |
| HSL | 326.7º | 0.9% | 0.4% | - |
| HSV(B) | 326.7º | 0.95% | 0.75% | - |
| XYZ | 24.72 | 12.57 | 16.16 | - |
| YUV | 75.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 111 | 0 | 0.95 | 0.42 | 0.25 | 326.7 | 0.9 | 0.4 |
| Hex | C0 | A | 6F | 0 | 5F | 2A | 19 | 147 | 5A | 28 |
| Octal | 300 | 12 | 157 | 0 | 137 | 52 | 31 | 507 | 132 | 50 |
| Binary | 11000000 | 1010 | 1101111 | 0 | 1011111 | 101010 | 11001 | 101000111 | 1011010 | 101000 |
Color Harmonies of #C00A6F
Complementary color
Monochromatic Colors of #C00A6F
Black with #C00A6F
Text Example
Text Example
White with #C00A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A6F; }
p { color: rgb(192,10,111); }
H1.HeaderClassName
{
color: #C00A6F;
}
.AnyTagClassName
{
color: #C00A6F;
}
</style>
background-color css
<style>
a { background-color: #C00A6F; }
a { background-color: rgb(192,10,111); }
div.DivClassName
{
background-color: #C00A6F;
}
.BgClassName
{
background-color: #C00A6F;
}
</style>
border-color css
<style>
span { border-color: #C00A6F; }
span { border-color: rgb(192,10,111); }
td.TdClassName
{
border-color: #C00A6F;
}
.TagClassName
{
border-color: #C00A6F;
}
</style>