Shades of Violent Violet #2C194D
Tints of Violent Violet #2C194D
RGB
CMYK
RGB Variations
Color information
#2C194D (or 0x2C194D) is known color: Violent Violet. HEX triplet: 2C, 19 and 4D. RGB value is (44,25,77). Sum of RGB (Red+Green+Blue) = 44+25+77=146 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.14% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #2C194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C194D is #D3E6B2. Grayscale: #242424. Windows color (decimal): -13887155 or 5052716. OLE color: 5052716.
HSL color Cylindrical-coordinate representation of color #2C194D: hue angle of 261.92º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C194D is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 44 | 25 | 77 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.70 |
| HSL | 261.92º | 0.51% | 0.2% | - |
| HSV(B) | 261.92º | 0.68% | 0.3% | - |
| XYZ | 2.73 | 1.77 | 7.22 | - |
| YUV | 36.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 25 | 77 | 0.43 | 0.68 | 0 | 0.70 | 261.92 | 0.51 | 0.2 |
| Hex | 2C | 19 | 4D | 2B | 44 | 0 | 46 | 106 | 33 | 14 |
| Octal | 54 | 31 | 115 | 53 | 104 | 0 | 106 | 406 | 63 | 24 |
| Binary | 101100 | 11001 | 1001101 | 101011 | 1000100 | 0 | 1000110 | 100000110 | 110011 | 10100 |
Color Harmonies of #2C194D
Complementary color
Monochromatic Colors of #2C194D
Black with #2C194D
Text Example
Text Example
White with #2C194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C194D; }
p { color: rgb(44,25,77); }
H1.HeaderClassName
{
color: #2C194D;
}
.AnyTagClassName
{
color: #2C194D;
}
</style>
background-color css
<style>
a { background-color: #2C194D; }
a { background-color: rgb(44,25,77); }
div.DivClassName
{
background-color: #2C194D;
}
.BgClassName
{
background-color: #2C194D;
}
</style>
border-color css
<style>
span { border-color: #2C194D; }
span { border-color: rgb(44,25,77); }
td.TdClassName
{
border-color: #2C194D;
}
.TagClassName
{
border-color: #2C194D;
}
</style>