Shades of Violent Violet #200F48
Tints of Violent Violet #200F48
RGB
CMYK
RGB Variations
Color information
#200F48 (or 0x200F48) is known color: Violent Violet. HEX triplet: 20, 0F and 48. RGB value is (32,15,72). Sum of RGB (Red+Green+Blue) = 32+15+72=119 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.89% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #200F48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F48 is #DFF0B7. Grayscale: #1A1A1A. Windows color (decimal): -14676152 or 4722464. OLE color: 4722464.
HSL color Cylindrical-coordinate representation of color #200F48: hue angle of 257.89º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #200F48 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 32 | 15 | 72 | - |
| CMYK | 0.56 | 0.79 | 0 | 0.72 |
| HSL | 257.89º | 0.66% | 0.17% | - |
| HSV(B) | 257.89º | 0.79% | 0.28% | - |
| XYZ | 1.94 | 1.12 | 6.24 | - |
| YUV | 26.58 | 153.63 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 72 | 0.56 | 0.79 | 0 | 0.72 | 257.89 | 0.66 | 0.17 |
| Hex | 20 | F | 48 | 38 | 4F | 0 | 48 | 102 | 42 | 11 |
| Octal | 40 | 17 | 110 | 70 | 117 | 0 | 110 | 402 | 102 | 21 |
| Binary | 100000 | 1111 | 1001000 | 111000 | 1001111 | 0 | 1001000 | 100000010 | 1000010 | 10001 |
Color Harmonies of #200F48
Complementary color
Monochromatic Colors of #200F48
Black with #200F48
Text Example
Text Example
White with #200F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F48; }
p { color: rgb(32,15,72); }
H1.HeaderClassName
{
color: #200F48;
}
.AnyTagClassName
{
color: #200F48;
}
</style>
background-color css
<style>
a { background-color: #200F48; }
a { background-color: rgb(32,15,72); }
div.DivClassName
{
background-color: #200F48;
}
.BgClassName
{
background-color: #200F48;
}
</style>
border-color css
<style>
span { border-color: #200F48; }
span { border-color: rgb(32,15,72); }
td.TdClassName
{
border-color: #200F48;
}
.TagClassName
{
border-color: #200F48;
}
</style>