Shades of Viola #C280A4
Tints of Viola #C280A4
RGB
CMYK
RGB Variations
Color information
#C280A4 (or 0xC280A4) is known color: Viola. HEX triplet: C2, 80 and A4. RGB value is (194,128,164). Sum of RGB (Red+Green+Blue) = 194+128+164=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C280A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C280A4 is #3D7F5B. Grayscale: #979797. Windows color (decimal): -4030300 or 10780866. OLE color: 10780866.
HSL color Cylindrical-coordinate representation of color #C280A4: hue angle of 327.27º 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 #C280A4 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 164 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.24 |
| HSL | 327.27º | 0.35% | 0.63% | - |
| HSV(B) | 327.27º | 0.34% | 0.76% | - |
| XYZ | 36.67 | 29.59 | 38.9 | - |
| YUV | 151.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 164 | 0 | 0.34 | 0.15 | 0.24 | 327.27 | 0.35 | 0.63 |
| Hex | C2 | 80 | A4 | 0 | 22 | F | 18 | 147 | 23 | 3F |
| Octal | 302 | 200 | 244 | 0 | 42 | 17 | 30 | 507 | 43 | 77 |
| Binary | 11000010 | 10000000 | 10100100 | 0 | 100010 | 1111 | 11000 | 101000111 | 100011 | 111111 |
Color Harmonies of #C280A4
Complementary color
Monochromatic Colors of #C280A4
Black with #C280A4
Text Example
Text Example
White with #C280A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280A4; }
p { color: rgb(194,128,164); }
H1.HeaderClassName
{
color: #C280A4;
}
.AnyTagClassName
{
color: #C280A4;
}
</style>
background-color css
<style>
a { background-color: #C280A4; }
a { background-color: rgb(194,128,164); }
div.DivClassName
{
background-color: #C280A4;
}
.BgClassName
{
background-color: #C280A4;
}
</style>
border-color css
<style>
span { border-color: #C280A4; }
span { border-color: rgb(194,128,164); }
td.TdClassName
{
border-color: #C280A4;
}
.TagClassName
{
border-color: #C280A4;
}
</style>