Shades of Viola #C281A5
Tints of Viola #C281A5
RGB
CMYK
RGB Variations
Color information
#C281A5 (or 0xC281A5) is known color: Viola. HEX triplet: C2, 81 and A5. RGB value is (194,129,165). Sum of RGB (Red+Green+Blue) = 194+129+165=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C281A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C281A5 is #3D7E5A. Grayscale: #989898. Windows color (decimal): -4030043 or 10846658. OLE color: 10846658.
HSL color Cylindrical-coordinate representation of color #C281A5: hue angle of 326.77º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C281A5 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 129 | 165 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.24 |
| HSL | 326.77º | 0.35% | 0.63% | - |
| HSV(B) | 326.77º | 0.34% | 0.76% | - |
| XYZ | 36.89 | 29.89 | 39.42 | - |
| YUV | 152.54 | 135.03 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 129 | 165 | 0 | 0.34 | 0.15 | 0.24 | 326.77 | 0.35 | 0.63 |
| Hex | C2 | 81 | A5 | 0 | 22 | F | 18 | 147 | 23 | 3F |
| Octal | 302 | 201 | 245 | 0 | 42 | 17 | 30 | 507 | 43 | 77 |
| Binary | 11000010 | 10000001 | 10100101 | 0 | 100010 | 1111 | 11000 | 101000111 | 100011 | 111111 |
Color Harmonies of #C281A5
Complementary color
Monochromatic Colors of #C281A5
Black with #C281A5
Text Example
Text Example
White with #C281A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C281A5; }
p { color: rgb(194,129,165); }
H1.HeaderClassName
{
color: #C281A5;
}
.AnyTagClassName
{
color: #C281A5;
}
</style>
background-color css
<style>
a { background-color: #C281A5; }
a { background-color: rgb(194,129,165); }
div.DivClassName
{
background-color: #C281A5;
}
.BgClassName
{
background-color: #C281A5;
}
</style>
border-color css
<style>
span { border-color: #C281A5; }
span { border-color: rgb(194,129,165); }
td.TdClassName
{
border-color: #C281A5;
}
.TagClassName
{
border-color: #C281A5;
}
</style>