Shades of Violent Violet #200E4C
Tints of Violent Violet #200E4C
RGB
CMYK
RGB Variations
Color information
#200E4C (or 0x200E4C) is known color: Violent Violet. HEX triplet: 20, 0E and 4C. RGB value is (32,14,76). Sum of RGB (Red+Green+Blue) = 32+14+76=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #200E4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E4C is #DFF1B3. Grayscale: #1A1A1A. Windows color (decimal): -14676404 or 4984352. OLE color: 4984352.
HSL color Cylindrical-coordinate representation of color #200E4C: hue angle of 257.42º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #200E4C is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 14 | 76 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.70 |
| HSL | 257.42º | 0.69% | 0.18% | - |
| HSV(B) | 257.42º | 0.82% | 0.3% | - |
| XYZ | 2.06 | 1.14 | 6.95 | - |
| YUV | 26.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 76 | 0.58 | 0.82 | 0 | 0.70 | 257.42 | 0.69 | 0.18 |
| Hex | 20 | E | 4C | 3A | 52 | 0 | 46 | 101 | 45 | 12 |
| Octal | 40 | 16 | 114 | 72 | 122 | 0 | 106 | 401 | 105 | 22 |
| Binary | 100000 | 1110 | 1001100 | 111010 | 1010010 | 0 | 1000110 | 100000001 | 1000101 | 10010 |
Color Harmonies of #200E4C
Complementary color
Monochromatic Colors of #200E4C
Black with #200E4C
Text Example
Text Example
White with #200E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E4C; }
p { color: rgb(32,14,76); }
H1.HeaderClassName
{
color: #200E4C;
}
.AnyTagClassName
{
color: #200E4C;
}
</style>
background-color css
<style>
a { background-color: #200E4C; }
a { background-color: rgb(32,14,76); }
div.DivClassName
{
background-color: #200E4C;
}
.BgClassName
{
background-color: #200E4C;
}
</style>
border-color css
<style>
span { border-color: #200E4C; }
span { border-color: rgb(32,14,76); }
td.TdClassName
{
border-color: #200E4C;
}
.TagClassName
{
border-color: #200E4C;
}
</style>