Shades of Violent Violet #200050
Tints of Violent Violet #200050
RGB
CMYK
RGB Variations
Color information
#200050 (or 0x200050) is known color: Violent Violet. HEX triplet: 20, 00 and 50. RGB value is (32,0,80). Sum of RGB (Red+Green+Blue) = 32+0+80=112 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.57% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 80 (31.64% from 255 or 71.43% from 112); Max value from RGB is 80 - color contains mainly: blue. Hex color #200050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200050 is #DFFFAF. Grayscale: #121212. Windows color (decimal): -14679984 or 5242912. OLE color: 5242912.
HSL color Cylindrical-coordinate representation of color #200050: hue angle of 264º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200050 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 0 | 80 | - |
| CMYK | 0.60 | 1 | 0 | 0.69 |
| HSL | 264º | 1% | 0.16% | - |
| HSV(B) | 264º | 1% | 0.31% | - |
| XYZ | 2.04 | 0.89 | 7.65 | - |
| YUV | 18.69 | 162.6 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 80 | 0.60 | 1 | 0 | 0.69 | 264 | 1 | 0.16 |
| Hex | 20 | 0 | 50 | 3C | 64 | 0 | 45 | 108 | 64 | 10 |
| Octal | 40 | 0 | 120 | 74 | 144 | 0 | 105 | 410 | 144 | 20 |
| Binary | 100000 | 0 | 1010000 | 111100 | 1100100 | 0 | 1000101 | 100001000 | 1100100 | 10000 |
Color Harmonies of #200050
Complementary color
Monochromatic Colors of #200050
Black with #200050
Text Example
Text Example
White with #200050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200050; }
p { color: rgb(32,0,80); }
H1.HeaderClassName
{
color: #200050;
}
.AnyTagClassName
{
color: #200050;
}
</style>
background-color css
<style>
a { background-color: #200050; }
a { background-color: rgb(32,0,80); }
div.DivClassName
{
background-color: #200050;
}
.BgClassName
{
background-color: #200050;
}
</style>
border-color css
<style>
span { border-color: #200050; }
span { border-color: rgb(32,0,80); }
td.TdClassName
{
border-color: #200050;
}
.TagClassName
{
border-color: #200050;
}
</style>