Shades of Violent Violet #200F49
Tints of Violent Violet #200F49
RGB
CMYK
RGB Variations
Color information
#200F49 (or 0x200F49) is known color: Violent Violet. HEX triplet: 20, 0F and 49. RGB value is (32,15,73). Sum of RGB (Red+Green+Blue) = 32+15+73=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #200F49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F49 is #DFF0B6. Grayscale: #1A1A1A. Windows color (decimal): -14676151 or 4788000. OLE color: 4788000.
HSL color Cylindrical-coordinate representation of color #200F49: hue angle of 257.59º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #200F49 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 15 | 73 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.71 |
| HSL | 257.59º | 0.66% | 0.17% | - |
| HSV(B) | 257.59º | 0.79% | 0.29% | - |
| XYZ | 1.97 | 1.13 | 6.42 | - |
| YUV | 26.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 73 | 0.56 | 0.79 | 0 | 0.71 | 257.59 | 0.66 | 0.17 |
| Hex | 20 | F | 49 | 38 | 4F | 0 | 47 | 102 | 42 | 11 |
| Octal | 40 | 17 | 111 | 70 | 117 | 0 | 107 | 402 | 102 | 21 |
| Binary | 100000 | 1111 | 1001001 | 111000 | 1001111 | 0 | 1000111 | 100000010 | 1000010 | 10001 |
Color Harmonies of #200F49
Complementary color
Monochromatic Colors of #200F49
Black with #200F49
Text Example
Text Example
White with #200F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F49; }
p { color: rgb(32,15,73); }
H1.HeaderClassName
{
color: #200F49;
}
.AnyTagClassName
{
color: #200F49;
}
</style>
background-color css
<style>
a { background-color: #200F49; }
a { background-color: rgb(32,15,73); }
div.DivClassName
{
background-color: #200F49;
}
.BgClassName
{
background-color: #200F49;
}
</style>
border-color css
<style>
span { border-color: #200F49; }
span { border-color: rgb(32,15,73); }
td.TdClassName
{
border-color: #200F49;
}
.TagClassName
{
border-color: #200F49;
}
</style>