Shades of Viola #C285A1
Tints of Viola #C285A1
RGB
CMYK
RGB Variations
Color information
#C285A1 (or 0xC285A1) is known color: Viola. HEX triplet: C2, 85 and A1. RGB value is (194,133,161). Sum of RGB (Red+Green+Blue) = 194+133+161=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C285A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C285A1 is #3D7A5E. Grayscale: #9A9A9A. Windows color (decimal): -4029023 or 10585538. OLE color: 10585538.
HSL color Cylindrical-coordinate representation of color #C285A1: hue angle of 332.46º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C285A1 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 161 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.24 |
| HSL | 332.46º | 0.33% | 0.64% | - |
| HSV(B) | 332.46º | 0.31% | 0.76% | - |
| XYZ | 37.07 | 30.82 | 37.71 | - |
| YUV | 154.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 161 | 0 | 0.31 | 0.17 | 0.24 | 332.46 | 0.33 | 0.64 |
| Hex | C2 | 85 | A1 | 0 | 1F | 11 | 18 | 14C | 21 | 40 |
| Octal | 302 | 205 | 241 | 0 | 37 | 21 | 30 | 514 | 41 | 100 |
| Binary | 11000010 | 10000101 | 10100001 | 0 | 11111 | 10001 | 11000 | 101001100 | 100001 | 1000000 |
Color Harmonies of #C285A1
Complementary color
Monochromatic Colors of #C285A1
Black with #C285A1
Text Example
Text Example
White with #C285A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C285A1; }
p { color: rgb(194,133,161); }
H1.HeaderClassName
{
color: #C285A1;
}
.AnyTagClassName
{
color: #C285A1;
}
</style>
background-color css
<style>
a { background-color: #C285A1; }
a { background-color: rgb(194,133,161); }
div.DivClassName
{
background-color: #C285A1;
}
.BgClassName
{
background-color: #C285A1;
}
</style>
border-color css
<style>
span { border-color: #C285A1; }
span { border-color: rgb(194,133,161); }
td.TdClassName
{
border-color: #C285A1;
}
.TagClassName
{
border-color: #C285A1;
}
</style>