Shades of Violent Violet #200353
Tints of Violent Violet #200353
RGB
CMYK
RGB Variations
Color information
#200353 (or 0x200353) is known color: Violent Violet. HEX triplet: 20, 03 and 53. RGB value is (32,3,83). Sum of RGB (Red+Green+Blue) = 32+3+83=118 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.12% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #200353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200353 is #DFFCAC. Grayscale: #141414. Windows color (decimal): -14679213 or 5440288. OLE color: 5440288.
HSL color Cylindrical-coordinate representation of color #200353: hue angle of 261.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200353 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 3 | 83 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.67 |
| HSL | 261.75º | 0.93% | 0.17% | - |
| HSV(B) | 261.75º | 0.96% | 0.33% | - |
| XYZ | 2.19 | 1 | 8.26 | - |
| YUV | 20.79 | 163.11 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 83 | 0.61 | 0.96 | 0 | 0.67 | 261.75 | 0.93 | 0.17 |
| Hex | 20 | 3 | 53 | 3D | 60 | 0 | 43 | 106 | 5D | 11 |
| Octal | 40 | 3 | 123 | 75 | 140 | 0 | 103 | 406 | 135 | 21 |
| Binary | 100000 | 11 | 1010011 | 111101 | 1100000 | 0 | 1000011 | 100000110 | 1011101 | 10001 |
Color Harmonies of #200353
Complementary color
Monochromatic Colors of #200353
Black with #200353
Text Example
Text Example
White with #200353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200353; }
p { color: rgb(32,3,83); }
H1.HeaderClassName
{
color: #200353;
}
.AnyTagClassName
{
color: #200353;
}
</style>
background-color css
<style>
a { background-color: #200353; }
a { background-color: rgb(32,3,83); }
div.DivClassName
{
background-color: #200353;
}
.BgClassName
{
background-color: #200353;
}
</style>
border-color css
<style>
span { border-color: #200353; }
span { border-color: rgb(32,3,83); }
td.TdClassName
{
border-color: #200353;
}
.TagClassName
{
border-color: #200353;
}
</style>