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