Shades of Viola #C481A4
Tints of Viola #C481A4
RGB
CMYK
RGB Variations
Color information
#C481A4 (or 0xC481A4) is known color: Viola. HEX triplet: C4, 81 and A4. RGB value is (196,129,164). Sum of RGB (Red+Green+Blue) = 196+129+164=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C481A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C481A4 is #3B7E5B. Grayscale: #989898. Windows color (decimal): -3898972 or 10781124. OLE color: 10781124.
HSL color Cylindrical-coordinate representation of color #C481A4: hue angle of 328.66º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C481A4 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 129 | 164 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.23 |
| HSL | 328.66º | 0.36% | 0.64% | - |
| HSV(B) | 328.66º | 0.34% | 0.77% | - |
| XYZ | 37.32 | 30.12 | 38.97 | - |
| YUV | 153.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 129 | 164 | 0 | 0.34 | 0.16 | 0.23 | 328.66 | 0.36 | 0.64 |
| Hex | C4 | 81 | A4 | 0 | 22 | 10 | 17 | 149 | 24 | 40 |
| Octal | 304 | 201 | 244 | 0 | 42 | 20 | 27 | 511 | 44 | 100 |
| Binary | 11000100 | 10000001 | 10100100 | 0 | 100010 | 10000 | 10111 | 101001001 | 100100 | 1000000 |
Color Harmonies of #C481A4
Complementary color
Monochromatic Colors of #C481A4
Black with #C481A4
Text Example
Text Example
White with #C481A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C481A4; }
p { color: rgb(196,129,164); }
H1.HeaderClassName
{
color: #C481A4;
}
.AnyTagClassName
{
color: #C481A4;
}
</style>
background-color css
<style>
a { background-color: #C481A4; }
a { background-color: rgb(196,129,164); }
div.DivClassName
{
background-color: #C481A4;
}
.BgClassName
{
background-color: #C481A4;
}
</style>
border-color css
<style>
span { border-color: #C481A4; }
span { border-color: rgb(196,129,164); }
td.TdClassName
{
border-color: #C481A4;
}
.TagClassName
{
border-color: #C481A4;
}
</style>