Shades of Violent Violet #2C194E
Tints of Violent Violet #2C194E
RGB
CMYK
RGB Variations
Color information
#2C194E (or 0x2C194E) is known color: Violent Violet. HEX triplet: 2C, 19 and 4E. RGB value is (44,25,78). Sum of RGB (Red+Green+Blue) = 44+25+78=147 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.93% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #2C194E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C194E is #D3E6B1. Grayscale: #242424. Windows color (decimal): -13887154 or 5118252. OLE color: 5118252.
HSL color Cylindrical-coordinate representation of color #2C194E: hue angle of 261.51º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C194E is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 44 | 25 | 78 | - |
| CMYK | 0.44 | 0.68 | 0 | 0.69 |
| HSL | 261.51º | 0.51% | 0.2% | - |
| HSV(B) | 261.51º | 0.68% | 0.31% | - |
| XYZ | 2.76 | 1.78 | 7.41 | - |
| YUV | 36.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 78 | 0.44 | 0.68 | 0 | 0.69 | 261.51 | 0.51 | 0.2 |
| Hex | 2C | 19 | 4E | 2C | 44 | 0 | 45 | 106 | 33 | 14 |
| Octal | 54 | 31 | 116 | 54 | 104 | 0 | 105 | 406 | 63 | 24 |
| Binary | 101100 | 11001 | 1001110 | 101100 | 1000100 | 0 | 1000101 | 100000110 | 110011 | 10100 |
Color Harmonies of #2C194E
Complementary color
Monochromatic Colors of #2C194E
Black with #2C194E
Text Example
Text Example
White with #2C194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C194E; }
p { color: rgb(44,25,78); }
H1.HeaderClassName
{
color: #2C194E;
}
.AnyTagClassName
{
color: #2C194E;
}
</style>
background-color css
<style>
a { background-color: #2C194E; }
a { background-color: rgb(44,25,78); }
div.DivClassName
{
background-color: #2C194E;
}
.BgClassName
{
background-color: #2C194E;
}
</style>
border-color css
<style>
span { border-color: #2C194E; }
span { border-color: rgb(44,25,78); }
td.TdClassName
{
border-color: #2C194E;
}
.TagClassName
{
border-color: #2C194E;
}
</style>