Shades of Medium Violet Red #C0006E
Tints of Medium Violet Red #C0006E
RGB
CMYK
RGB Variations
Color information
#C0006E (or 0xC0006E) is known color: Medium Violet Red. HEX triplet: C0, 00 and 6E. RGB value is (192,0,110). Sum of RGB (Red+Green+Blue) = 192+0+110=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C0006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0006E is #3FFF91. Grayscale: #454545. Windows color (decimal): -4194194 or 7209152. OLE color: 7209152.
HSL color Cylindrical-coordinate representation of color #C0006E: hue angle of 325.62º 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 #C0006E is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.43 | 0.25 |
| HSL | 325.63º | 1% | 0.38% | - |
| HSV(B) | 325.63º | 1% | 0.75% | - |
| XYZ | 24.55 | 12.33 | 15.84 | - |
| YUV | 69.95 | 150.61 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 110 | 0 | 1 | 0.43 | 0.25 | 325.63 | 1 | 0.38 |
| Hex | C0 | 0 | 6E | 0 | 64 | 2B | 19 | 146 | 64 | 26 |
| Octal | 300 | 0 | 156 | 0 | 144 | 53 | 31 | 506 | 144 | 46 |
| Binary | 11000000 | 0 | 1101110 | 0 | 1100100 | 101011 | 11001 | 101000110 | 1100100 | 100110 |
Color Harmonies of #C0006E
Complementary color
Monochromatic Colors of #C0006E
Black with #C0006E
Text Example
Text Example
White with #C0006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0006E; }
p { color: rgb(192,0,110); }
H1.HeaderClassName
{
color: #C0006E;
}
.AnyTagClassName
{
color: #C0006E;
}
</style>
background-color css
<style>
a { background-color: #C0006E; }
a { background-color: rgb(192,0,110); }
div.DivClassName
{
background-color: #C0006E;
}
.BgClassName
{
background-color: #C0006E;
}
</style>
border-color css
<style>
span { border-color: #C0006E; }
span { border-color: rgb(192,0,110); }
td.TdClassName
{
border-color: #C0006E;
}
.TagClassName
{
border-color: #C0006E;
}
</style>