Shades of Medium Violet Red #C00A6D
Tints of Medium Violet Red #C00A6D
RGB
CMYK
RGB Variations
Color information
#C00A6D (or 0xC00A6D) is known color: Medium Violet Red. HEX triplet: C0, 0A and 6D. RGB value is (192,10,109). Sum of RGB (Red+Green+Blue) = 192+10+109=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C00A6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00A6D is #3FF592. Grayscale: #4B4B4B. Windows color (decimal): -4191635 or 7146176. OLE color: 7146176.
HSL color Cylindrical-coordinate representation of color #C00A6D: hue angle of 327.36º 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 #C00A6D is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 10 | 109 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.25 |
| HSL | 327.36º | 0.9% | 0.4% | - |
| HSV(B) | 327.36º | 0.95% | 0.75% | - |
| XYZ | 24.61 | 12.53 | 15.59 | - |
| YUV | 75.7 | 146.8 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 10 | 109 | 0 | 0.95 | 0.43 | 0.25 | 327.36 | 0.9 | 0.4 |
| Hex | C0 | A | 6D | 0 | 5F | 2B | 19 | 147 | 5A | 28 |
| Octal | 300 | 12 | 155 | 0 | 137 | 53 | 31 | 507 | 132 | 50 |
| Binary | 11000000 | 1010 | 1101101 | 0 | 1011111 | 101011 | 11001 | 101000111 | 1011010 | 101000 |
Color Harmonies of #C00A6D
Complementary color
Monochromatic Colors of #C00A6D
Black with #C00A6D
Text Example
Text Example
White with #C00A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00A6D; }
p { color: rgb(192,10,109); }
H1.HeaderClassName
{
color: #C00A6D;
}
.AnyTagClassName
{
color: #C00A6D;
}
</style>
background-color css
<style>
a { background-color: #C00A6D; }
a { background-color: rgb(192,10,109); }
div.DivClassName
{
background-color: #C00A6D;
}
.BgClassName
{
background-color: #C00A6D;
}
</style>
border-color css
<style>
span { border-color: #C00A6D; }
span { border-color: rgb(192,10,109); }
td.TdClassName
{
border-color: #C00A6D;
}
.TagClassName
{
border-color: #C00A6D;
}
</style>