Shades of Medium Violet Red #C00A6C
Tints of Medium Violet Red #C00A6C
RGB
CMYK
RGB Variations
Color information
#C00A6C (or 0xC00A6C) is known color: Medium Violet Red. HEX triplet: C0, 0A and 6C. RGB value is (192,10,108). Sum of RGB (Red+Green+Blue) = 192+10+108=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 10 (4.30% from 255 or 3.23% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A6C is #3FF593. Grayscale: #4B4B4B. Windows color (decimal): -4191636 or 7080640. OLE color: 7080640.
HSL color Cylindrical-coordinate representation of color #C00A6C: hue angle of 327.69º 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 #C00A6C is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 108 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.25 |
| HSL | 327.69º | 0.9% | 0.4% | - |
| HSV(B) | 327.69º | 0.95% | 0.75% | - |
| XYZ | 24.55 | 12.51 | 15.31 | - |
| YUV | 75.59 | 146.3 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 108 | 0 | 0.95 | 0.44 | 0.25 | 327.69 | 0.9 | 0.4 |
| Hex | C0 | A | 6C | 0 | 5F | 2C | 19 | 148 | 5A | 28 |
| Octal | 300 | 12 | 154 | 0 | 137 | 54 | 31 | 510 | 132 | 50 |
| Binary | 11000000 | 1010 | 1101100 | 0 | 1011111 | 101100 | 11001 | 101001000 | 1011010 | 101000 |
Color Harmonies of #C00A6C
Complementary color
Monochromatic Colors of #C00A6C
Black with #C00A6C
Text Example
Text Example
White with #C00A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A6C; }
p { color: rgb(192,10,108); }
H1.HeaderClassName
{
color: #C00A6C;
}
.AnyTagClassName
{
color: #C00A6C;
}
</style>
background-color css
<style>
a { background-color: #C00A6C; }
a { background-color: rgb(192,10,108); }
div.DivClassName
{
background-color: #C00A6C;
}
.BgClassName
{
background-color: #C00A6C;
}
</style>
border-color css
<style>
span { border-color: #C00A6C; }
span { border-color: rgb(192,10,108); }
td.TdClassName
{
border-color: #C00A6C;
}
.TagClassName
{
border-color: #C00A6C;
}
</style>