Shades of Violent Violet #200350
Tints of Violent Violet #200350
RGB
CMYK
RGB Variations
Color information
#200350 (or 0x200350) is known color: Violent Violet. HEX triplet: 20, 03 and 50. RGB value is (32,3,80). Sum of RGB (Red+Green+Blue) = 32+3+80=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 80 (31.64% from 255 or 69.57% from 115); Max value from RGB is 80 - color contains mainly: blue. Hex color #200350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200350 is #DFFCAF. Grayscale: #141414. Windows color (decimal): -14679216 or 5243680. OLE color: 5243680.
HSL color Cylindrical-coordinate representation of color #200350: hue angle of 262.6º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200350 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 3 | 80 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.69 |
| HSL | 262.6º | 0.93% | 0.16% | - |
| HSV(B) | 262.6º | 0.96% | 0.31% | - |
| XYZ | 2.08 | 0.95 | 7.66 | - |
| YUV | 20.45 | 161.61 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 80 | 0.60 | 0.96 | 0 | 0.69 | 262.6 | 0.93 | 0.16 |
| Hex | 20 | 3 | 50 | 3C | 60 | 0 | 45 | 107 | 5D | 10 |
| Octal | 40 | 3 | 120 | 74 | 140 | 0 | 105 | 407 | 135 | 20 |
| Binary | 100000 | 11 | 1010000 | 111100 | 1100000 | 0 | 1000101 | 100000111 | 1011101 | 10000 |
Color Harmonies of #200350
Complementary color
Monochromatic Colors of #200350
Black with #200350
Text Example
Text Example
White with #200350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200350; }
p { color: rgb(32,3,80); }
H1.HeaderClassName
{
color: #200350;
}
.AnyTagClassName
{
color: #200350;
}
</style>
background-color css
<style>
a { background-color: #200350; }
a { background-color: rgb(32,3,80); }
div.DivClassName
{
background-color: #200350;
}
.BgClassName
{
background-color: #200350;
}
</style>
border-color css
<style>
span { border-color: #200350; }
span { border-color: rgb(32,3,80); }
td.TdClassName
{
border-color: #200350;
}
.TagClassName
{
border-color: #200350;
}
</style>