Shades of Violent Violet #0C0044
Tints of Violent Violet #0C0044
RGB
CMYK
RGB Variations
Color information
#0C0044 (or 0x0C0044) is known color: Violent Violet. HEX triplet: 0C, 00 and 44. RGB value is (12,0,68). Sum of RGB (Red+Green+Blue) = 12+0+68=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 68 (26.95% from 255 or 85% from 80); Max value from RGB is 68 - color contains mainly: blue. Hex color #0C0044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0044 is #F3FFBB. Grayscale: #0B0B0B. Windows color (decimal): -15990716 or 4456460. OLE color: 4456460.
HSL color Cylindrical-coordinate representation of color #0C0044: hue angle of 250.59º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0044 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 0 | 68 | - |
| CMYK | 0.82 | 1 | 0 | 0.73 |
| HSL | 250.59º | 1% | 0.13% | - |
| HSV(B) | 250.59º | 1% | 0.27% | - |
| XYZ | 1.2 | 0.5 | 5.5 | - |
| YUV | 11.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 0 | 68 | 0.82 | 1 | 0 | 0.73 | 250.59 | 1 | 0.13 |
| Hex | C | 0 | 44 | 52 | 64 | 0 | 49 | FB | 64 | D |
| Octal | 14 | 0 | 104 | 122 | 144 | 0 | 111 | 373 | 144 | 15 |
| Binary | 1100 | 0 | 1000100 | 1010010 | 1100100 | 0 | 1001001 | 11111011 | 1100100 | 1101 |
Color Harmonies of #0C0044
Complementary color
Monochromatic Colors of #0C0044
Black with #0C0044
Text Example
Text Example
White with #0C0044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0044; }
p { color: rgb(12,0,68); }
H1.HeaderClassName
{
color: #0C0044;
}
.AnyTagClassName
{
color: #0C0044;
}
</style>
background-color css
<style>
a { background-color: #0C0044; }
a { background-color: rgb(12,0,68); }
div.DivClassName
{
background-color: #0C0044;
}
.BgClassName
{
background-color: #0C0044;
}
</style>
border-color css
<style>
span { border-color: #0C0044; }
span { border-color: rgb(12,0,68); }
td.TdClassName
{
border-color: #0C0044;
}
.TagClassName
{
border-color: #0C0044;
}
</style>