Shades of Violent Violet #200F51
Tints of Violent Violet #200F51
RGB
CMYK
RGB Variations
Color information
#200F51 (or 0x200F51) is known color: Violent Violet. HEX triplet: 20, 0F and 51. RGB value is (32,15,81). Sum of RGB (Red+Green+Blue) = 32+15+81=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 81 (32.03% from 255 or 63.28% from 128); Max value from RGB is 81 - color contains mainly: blue. Hex color #200F51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200F51 is #DFF0AE. Grayscale: #1B1B1B. Windows color (decimal): -14676143 or 5312288. OLE color: 5312288.
HSL color Cylindrical-coordinate representation of color #200F51: hue angle of 255.45º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #200F51 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 15 | 81 | - |
| CMYK | 0.60 | 0.81 | 0 | 0.68 |
| HSL | 255.45º | 0.69% | 0.19% | - |
| HSV(B) | 255.45º | 0.81% | 0.32% | - |
| XYZ | 2.25 | 1.24 | 7.91 | - |
| YUV | 27.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 81 | 0.60 | 0.81 | 0 | 0.68 | 255.45 | 0.69 | 0.19 |
| Hex | 20 | F | 51 | 3C | 51 | 0 | 44 | FF | 45 | 13 |
| Octal | 40 | 17 | 121 | 74 | 121 | 0 | 104 | 377 | 105 | 23 |
| Binary | 100000 | 1111 | 1010001 | 111100 | 1010001 | 0 | 1000100 | 11111111 | 1000101 | 10011 |
Color Harmonies of #200F51
Complementary color
Monochromatic Colors of #200F51
Black with #200F51
Text Example
Text Example
White with #200F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F51; }
p { color: rgb(32,15,81); }
H1.HeaderClassName
{
color: #200F51;
}
.AnyTagClassName
{
color: #200F51;
}
</style>
background-color css
<style>
a { background-color: #200F51; }
a { background-color: rgb(32,15,81); }
div.DivClassName
{
background-color: #200F51;
}
.BgClassName
{
background-color: #200F51;
}
</style>
border-color css
<style>
span { border-color: #200F51; }
span { border-color: rgb(32,15,81); }
td.TdClassName
{
border-color: #200F51;
}
.TagClassName
{
border-color: #200F51;
}
</style>