Shades of Medium Violet Red #C0069C
Tints of Medium Violet Red #C0069C
RGB
CMYK
RGB Variations
Color information
#C0069C (or 0xC0069C) is known color: Medium Violet Red. HEX triplet: C0, 06 and 9C. RGB value is (192,6,156). Sum of RGB (Red+Green+Blue) = 192+6+156=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0069C is #3FF963. Grayscale: #4E4E4E. Windows color (decimal): -4192612 or 10225344. OLE color: 10225344.
HSL color Cylindrical-coordinate representation of color #C0069C: hue angle of 311.61º 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 #C0069C is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 6 | 156 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.25 |
| HSL | 311.61º | 0.94% | 0.39% | - |
| HSV(B) | 311.61º | 0.97% | 0.75% | - |
| XYZ | 27.8 | 13.74 | 32.64 | - |
| YUV | 78.71 | 171.62 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 156 | 0 | 0.97 | 0.19 | 0.25 | 311.61 | 0.94 | 0.39 |
| Hex | C0 | 6 | 9C | 0 | 61 | 13 | 19 | 138 | 5E | 27 |
| Octal | 300 | 6 | 234 | 0 | 141 | 23 | 31 | 470 | 136 | 47 |
| Binary | 11000000 | 110 | 10011100 | 0 | 1100001 | 10011 | 11001 | 100111000 | 1011110 | 100111 |
Color Harmonies of #C0069C
Complementary color
Monochromatic Colors of #C0069C
Black with #C0069C
Text Example
Text Example
White with #C0069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0069C; }
p { color: rgb(192,6,156); }
H1.HeaderClassName
{
color: #C0069C;
}
.AnyTagClassName
{
color: #C0069C;
}
</style>
background-color css
<style>
a { background-color: #C0069C; }
a { background-color: rgb(192,6,156); }
div.DivClassName
{
background-color: #C0069C;
}
.BgClassName
{
background-color: #C0069C;
}
</style>
border-color css
<style>
span { border-color: #C0069C; }
span { border-color: rgb(192,6,156); }
td.TdClassName
{
border-color: #C0069C;
}
.TagClassName
{
border-color: #C0069C;
}
</style>