Shades of Violent Violet #200C52
Tints of Violent Violet #200C52
RGB
CMYK
RGB Variations
Color information
#200C52 (or 0x200C52) is known color: Violent Violet. HEX triplet: 20, 0C and 52. RGB value is (32,12,82). Sum of RGB (Red+Green+Blue) = 32+12+82=126 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.40% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #200C52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200C52 is #DFF3AD. Grayscale: #191919. Windows color (decimal): -14676910 or 5377056. OLE color: 5377056.
HSL color Cylindrical-coordinate representation of color #200C52: hue angle of 257.14º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #200C52 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 12 | 82 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.68 |
| HSL | 257.14º | 0.74% | 0.18% | - |
| HSV(B) | 257.14º | 0.85% | 0.32% | - |
| XYZ | 2.25 | 1.18 | 8.09 | - |
| YUV | 25.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 82 | 0.61 | 0.85 | 0 | 0.68 | 257.14 | 0.74 | 0.18 |
| Hex | 20 | C | 52 | 3D | 55 | 0 | 44 | 101 | 4A | 12 |
| Octal | 40 | 14 | 122 | 75 | 125 | 0 | 104 | 401 | 112 | 22 |
| Binary | 100000 | 1100 | 1010010 | 111101 | 1010101 | 0 | 1000100 | 100000001 | 1001010 | 10010 |
Color Harmonies of #200C52
Complementary color
Monochromatic Colors of #200C52
Black with #200C52
Text Example
Text Example
White with #200C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C52; }
p { color: rgb(32,12,82); }
H1.HeaderClassName
{
color: #200C52;
}
.AnyTagClassName
{
color: #200C52;
}
</style>
background-color css
<style>
a { background-color: #200C52; }
a { background-color: rgb(32,12,82); }
div.DivClassName
{
background-color: #200C52;
}
.BgClassName
{
background-color: #200C52;
}
</style>
border-color css
<style>
span { border-color: #200C52; }
span { border-color: rgb(32,12,82); }
td.TdClassName
{
border-color: #200C52;
}
.TagClassName
{
border-color: #200C52;
}
</style>