Shades of Viola #C084A2
Tints of Viola #C084A2
RGB
CMYK
RGB Variations
Color information
#C084A2 (or 0xC084A2) is known color: Viola. HEX triplet: C0, 84 and A2. RGB value is (192,132,162). Sum of RGB (Red+Green+Blue) = 192+132+162=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C084A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C084A2 is #3F7B5D. Grayscale: #999999. Windows color (decimal): -4160350 or 10650816. OLE color: 10650816.
HSL color Cylindrical-coordinate representation of color #C084A2: hue angle of 330º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C084A2 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 132 | 162 | - |
CMYK | 0 | 0.31 | 0.16 | 0.25 |
HSL | 330º | 0.32% | 0.64% | - |
HSV(B) | 330º | 0.31% | 0.75% | - |
XYZ | 36.51 | 30.32 | 38.11 | - |
YUV | 153.36 | 132.88 | 155.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 132 | 162 | 0 | 0.31 | 0.16 | 0.25 | 330 | 0.32 | 0.64 |
Hex | C0 | 84 | A2 | 0 | 1F | 10 | 19 | 14A | 20 | 40 |
Octal | 300 | 204 | 242 | 0 | 37 | 20 | 31 | 512 | 40 | 100 |
Binary | 11000000 | 10000100 | 10100010 | 0 | 11111 | 10000 | 11001 | 101001010 | 100000 | 1000000 |
Color Harmonies of #C084A2
Complementary color
Monochromatic Colors of #C084A2
Black with #C084A2
Text Example
Text Example
White with #C084A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084A2; }
p { color: rgb(192,132,162); }
H1.HeaderClassName
{
color: #C084A2;
}
.AnyTagClassName
{
color: #C084A2;
}
</style>
background-color css
<style>
a { background-color: #C084A2; }
a { background-color: rgb(192,132,162); }
div.DivClassName
{
background-color: #C084A2;
}
.BgClassName
{
background-color: #C084A2;
}
</style>
border-color css
<style>
span { border-color: #C084A2; }
span { border-color: rgb(192,132,162); }
td.TdClassName
{
border-color: #C084A2;
}
.TagClassName
{
border-color: #C084A2;
}
</style>