Shades of Violent Violet #210C50
Tints of Violent Violet #210C50
RGB
CMYK
RGB Variations
Color information
#210C50 (or 0x210C50) is known color: Violent Violet. HEX triplet: 21, 0C and 50. RGB value is (33,12,80). Sum of RGB (Red+Green+Blue) = 33+12+80=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 80 (31.64% from 255 or 64% from 125); Max value from RGB is 80 - color contains mainly: blue. Hex color #210C50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210C50 is #DEF3AF. Grayscale: #191919. Windows color (decimal): -14611376 or 5245985. OLE color: 5245985.
HSL color Cylindrical-coordinate representation of color #210C50: hue angle of 258.53º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #210C50 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 12 | 80 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.69 |
| HSL | 258.53º | 0.74% | 0.18% | - |
| HSV(B) | 258.53º | 0.85% | 0.31% | - |
| XYZ | 2.21 | 1.17 | 7.7 | - |
| YUV | 26.03 | 158.46 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 80 | 0.59 | 0.85 | 0 | 0.69 | 258.53 | 0.74 | 0.18 |
| Hex | 21 | C | 50 | 3B | 55 | 0 | 45 | 103 | 4A | 12 |
| Octal | 41 | 14 | 120 | 73 | 125 | 0 | 105 | 403 | 112 | 22 |
| Binary | 100001 | 1100 | 1010000 | 111011 | 1010101 | 0 | 1000101 | 100000011 | 1001010 | 10010 |
Color Harmonies of #210C50
Complementary color
Monochromatic Colors of #210C50
Black with #210C50
Text Example
Text Example
White with #210C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210C50; }
p { color: rgb(33,12,80); }
H1.HeaderClassName
{
color: #210C50;
}
.AnyTagClassName
{
color: #210C50;
}
</style>
background-color css
<style>
a { background-color: #210C50; }
a { background-color: rgb(33,12,80); }
div.DivClassName
{
background-color: #210C50;
}
.BgClassName
{
background-color: #210C50;
}
</style>
border-color css
<style>
span { border-color: #210C50; }
span { border-color: rgb(33,12,80); }
td.TdClassName
{
border-color: #210C50;
}
.TagClassName
{
border-color: #210C50;
}
</style>