Shades of Violent Violet #200C58
Tints of Violent Violet #200C58
RGB
CMYK
RGB Variations
Color information
#200C58 (or 0x200C58) is known color: Violent Violet. HEX triplet: 20, 0C and 58. RGB value is (32,12,88). Sum of RGB (Red+Green+Blue) = 32+12+88=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 88 (34.77% from 255 or 66.67% from 132); Max value from RGB is 88 - color contains mainly: blue. Hex color #200C58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200C58 is #DFF3A7. Grayscale: #1A1A1A. Windows color (decimal): -14676904 or 5770272. OLE color: 5770272.
HSL color Cylindrical-coordinate representation of color #200C58: hue angle of 255.79º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #200C58 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 12 | 88 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.65 |
| HSL | 255.79º | 0.76% | 0.2% | - |
| HSV(B) | 255.79º | 0.86% | 0.35% | - |
| XYZ | 2.49 | 1.27 | 9.35 | - |
| YUV | 26.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 88 | 0.64 | 0.86 | 0 | 0.65 | 255.79 | 0.76 | 0.2 |
| Hex | 20 | C | 58 | 40 | 56 | 0 | 41 | 100 | 4C | 14 |
| Octal | 40 | 14 | 130 | 100 | 126 | 0 | 101 | 400 | 114 | 24 |
| Binary | 100000 | 1100 | 1011000 | 1000000 | 1010110 | 0 | 1000001 | 100000000 | 1001100 | 10100 |
Color Harmonies of #200C58
Complementary color
Monochromatic Colors of #200C58
Black with #200C58
Text Example
Text Example
White with #200C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C58; }
p { color: rgb(32,12,88); }
H1.HeaderClassName
{
color: #200C58;
}
.AnyTagClassName
{
color: #200C58;
}
</style>
background-color css
<style>
a { background-color: #200C58; }
a { background-color: rgb(32,12,88); }
div.DivClassName
{
background-color: #200C58;
}
.BgClassName
{
background-color: #200C58;
}
</style>
border-color css
<style>
span { border-color: #200C58; }
span { border-color: rgb(32,12,88); }
td.TdClassName
{
border-color: #200C58;
}
.TagClassName
{
border-color: #200C58;
}
</style>