Shades of Violent Violet #200253
Tints of Violent Violet #200253
RGB
CMYK
RGB Variations
Color information
#200253 (or 0x200253) is known color: Violent Violet. HEX triplet: 20, 02 and 53. RGB value is (32,2,83). Sum of RGB (Red+Green+Blue) = 32+2+83=117 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.35% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 83 (32.81% from 255 or 70.94% from 117); Max value from RGB is 83 - color contains mainly: blue. Hex color #200253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200253 is #DFFDAC. Grayscale: #131313. Windows color (decimal): -14679469 or 5440032. OLE color: 5440032.
HSL color Cylindrical-coordinate representation of color #200253: hue angle of 262.22º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #200253 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 2 | 83 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.67 |
| HSL | 262.22º | 0.95% | 0.17% | - |
| HSV(B) | 262.22º | 0.98% | 0.33% | - |
| XYZ | 2.18 | 0.98 | 8.26 | - |
| YUV | 20.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 83 | 0.61 | 0.98 | 0 | 0.67 | 262.22 | 0.95 | 0.17 |
| Hex | 20 | 2 | 53 | 3D | 62 | 0 | 43 | 106 | 5F | 11 |
| Octal | 40 | 2 | 123 | 75 | 142 | 0 | 103 | 406 | 137 | 21 |
| Binary | 100000 | 10 | 1010011 | 111101 | 1100010 | 0 | 1000011 | 100000110 | 1011111 | 10001 |
Color Harmonies of #200253
Complementary color
Monochromatic Colors of #200253
Black with #200253
Text Example
Text Example
White with #200253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200253; }
p { color: rgb(32,2,83); }
H1.HeaderClassName
{
color: #200253;
}
.AnyTagClassName
{
color: #200253;
}
</style>
background-color css
<style>
a { background-color: #200253; }
a { background-color: rgb(32,2,83); }
div.DivClassName
{
background-color: #200253;
}
.BgClassName
{
background-color: #200253;
}
</style>
border-color css
<style>
span { border-color: #200253; }
span { border-color: rgb(32,2,83); }
td.TdClassName
{
border-color: #200253;
}
.TagClassName
{
border-color: #200253;
}
</style>