Shades of Viola #C183A4
Tints of Viola #C183A4
RGB
CMYK
RGB Variations
Color information
#C183A4 (or 0xC183A4) is known color: Viola. HEX triplet: C1, 83 and A4. RGB value is (193,131,164). Sum of RGB (Red+Green+Blue) = 193+131+164=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C183A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C183A4 is #3E7C5B. Grayscale: #999999. Windows color (decimal): -4095068 or 10781633. OLE color: 10781633.
HSL color Cylindrical-coordinate representation of color #C183A4: hue angle of 328.06º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C183A4 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 131 | 164 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.24 |
| HSL | 328.06º | 0.33% | 0.64% | - |
| HSV(B) | 328.06º | 0.32% | 0.76% | - |
| XYZ | 36.81 | 30.25 | 39.02 | - |
| YUV | 153.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 164 | 0 | 0.32 | 0.15 | 0.24 | 328.06 | 0.33 | 0.64 |
| Hex | C1 | 83 | A4 | 0 | 20 | F | 18 | 148 | 21 | 40 |
| Octal | 301 | 203 | 244 | 0 | 40 | 17 | 30 | 510 | 41 | 100 |
| Binary | 11000001 | 10000011 | 10100100 | 0 | 100000 | 1111 | 11000 | 101001000 | 100001 | 1000000 |
Color Harmonies of #C183A4
Complementary color
Monochromatic Colors of #C183A4
Black with #C183A4
Text Example
Text Example
White with #C183A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C183A4; }
p { color: rgb(193,131,164); }
H1.HeaderClassName
{
color: #C183A4;
}
.AnyTagClassName
{
color: #C183A4;
}
</style>
background-color css
<style>
a { background-color: #C183A4; }
a { background-color: rgb(193,131,164); }
div.DivClassName
{
background-color: #C183A4;
}
.BgClassName
{
background-color: #C183A4;
}
</style>
border-color css
<style>
span { border-color: #C183A4; }
span { border-color: rgb(193,131,164); }
td.TdClassName
{
border-color: #C183A4;
}
.TagClassName
{
border-color: #C183A4;
}
</style>