Shades of Violent Violet #2C1251
Tints of Violent Violet #2C1251
RGB
CMYK
RGB Variations
Color information
#2C1251 (or 0x2C1251) is known color: Violent Violet. HEX triplet: 2C, 12 and 51. RGB value is (44,18,81). Sum of RGB (Red+Green+Blue) = 44+18+81=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #2C1251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1251 is #D3EDAE. Grayscale: #202020. Windows color (decimal): -13888943 or 5313068. OLE color: 5313068.
HSL color Cylindrical-coordinate representation of color #2C1251: hue angle of 264.76º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C1251 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 44 | 18 | 81 | - |
| CMYK | 0.46 | 0.78 | 0 | 0.68 |
| HSL | 264.76º | 0.64% | 0.19% | - |
| HSV(B) | 264.76º | 0.78% | 0.32% | - |
| XYZ | 2.74 | 1.56 | 7.94 | - |
| YUV | 32.96 | 155.11 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 18 | 81 | 0.46 | 0.78 | 0 | 0.68 | 264.76 | 0.64 | 0.19 |
| Hex | 2C | 12 | 51 | 2E | 4E | 0 | 44 | 109 | 40 | 13 |
| Octal | 54 | 22 | 121 | 56 | 116 | 0 | 104 | 411 | 100 | 23 |
| Binary | 101100 | 10010 | 1010001 | 101110 | 1001110 | 0 | 1000100 | 100001001 | 1000000 | 10011 |
Color Harmonies of #2C1251
Complementary color
Monochromatic Colors of #2C1251
Black with #2C1251
Text Example
Text Example
White with #2C1251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1251; }
p { color: rgb(44,18,81); }
H1.HeaderClassName
{
color: #2C1251;
}
.AnyTagClassName
{
color: #2C1251;
}
</style>
background-color css
<style>
a { background-color: #2C1251; }
a { background-color: rgb(44,18,81); }
div.DivClassName
{
background-color: #2C1251;
}
.BgClassName
{
background-color: #2C1251;
}
</style>
border-color css
<style>
span { border-color: #2C1251; }
span { border-color: rgb(44,18,81); }
td.TdClassName
{
border-color: #2C1251;
}
.TagClassName
{
border-color: #2C1251;
}
</style>