Shades of Medium Violet Red #C0069E
Tints of Medium Violet Red #C0069E
RGB
CMYK
RGB Variations
Color information
#C0069E (or 0xC0069E) is known color: Medium Violet Red. HEX triplet: C0, 06 and 9E. RGB value is (192,6,158). Sum of RGB (Red+Green+Blue) = 192+6+158=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0069E is #3FF961. Grayscale: #4E4E4E. Windows color (decimal): -4192610 or 10356416. OLE color: 10356416.
HSL color Cylindrical-coordinate representation of color #C0069E: hue angle of 310.97º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0069E is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 158 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.25 |
| HSL | 310.97º | 0.94% | 0.39% | - |
| HSV(B) | 310.97º | 0.97% | 0.75% | - |
| XYZ | 27.97 | 13.81 | 33.54 | - |
| YUV | 78.94 | 172.62 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 158 | 0 | 0.97 | 0.18 | 0.25 | 310.97 | 0.94 | 0.39 |
| Hex | C0 | 6 | 9E | 0 | 61 | 12 | 19 | 137 | 5E | 27 |
| Octal | 300 | 6 | 236 | 0 | 141 | 22 | 31 | 467 | 136 | 47 |
| Binary | 11000000 | 110 | 10011110 | 0 | 1100001 | 10010 | 11001 | 100110111 | 1011110 | 100111 |
Color Harmonies of #C0069E
Complementary color
Monochromatic Colors of #C0069E
Black with #C0069E
Text Example
Text Example
White with #C0069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0069E; }
p { color: rgb(192,6,158); }
H1.HeaderClassName
{
color: #C0069E;
}
.AnyTagClassName
{
color: #C0069E;
}
</style>
background-color css
<style>
a { background-color: #C0069E; }
a { background-color: rgb(192,6,158); }
div.DivClassName
{
background-color: #C0069E;
}
.BgClassName
{
background-color: #C0069E;
}
</style>
border-color css
<style>
span { border-color: #C0069E; }
span { border-color: rgb(192,6,158); }
td.TdClassName
{
border-color: #C0069E;
}
.TagClassName
{
border-color: #C0069E;
}
</style>