Shades of Viola #C882A8
Tints of Viola #C882A8
RGB
CMYK
RGB Variations
Color information
#C882A8 (or 0xC882A8) is known color: Viola. HEX triplet: C8, 82 and A8. RGB value is (200,130,168). Sum of RGB (Red+Green+Blue) = 200+130+168=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C882A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882A8 is #377D57. Grayscale: #9B9B9B. Windows color (decimal): -3636568 or 11043528. OLE color: 11043528.
HSL color Cylindrical-coordinate representation of color #C882A8: hue angle of 327.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C882A8 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 168 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.22 |
| HSL | 327.43º | 0.39% | 0.65% | - |
| HSV(B) | 327.43º | 0.35% | 0.78% | - |
| XYZ | 38.87 | 31.07 | 40.99 | - |
| YUV | 155.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 168 | 0 | 0.35 | 0.16 | 0.22 | 327.43 | 0.39 | 0.65 |
| Hex | C8 | 82 | A8 | 0 | 23 | 10 | 16 | 147 | 27 | 41 |
| Octal | 310 | 202 | 250 | 0 | 43 | 20 | 26 | 507 | 47 | 101 |
| Binary | 11001000 | 10000010 | 10101000 | 0 | 100011 | 10000 | 10110 | 101000111 | 100111 | 1000001 |
Color Harmonies of #C882A8
Complementary color
Monochromatic Colors of #C882A8
Black with #C882A8
Text Example
Text Example
White with #C882A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882A8; }
p { color: rgb(200,130,168); }
H1.HeaderClassName
{
color: #C882A8;
}
.AnyTagClassName
{
color: #C882A8;
}
</style>
background-color css
<style>
a { background-color: #C882A8; }
a { background-color: rgb(200,130,168); }
div.DivClassName
{
background-color: #C882A8;
}
.BgClassName
{
background-color: #C882A8;
}
</style>
border-color css
<style>
span { border-color: #C882A8; }
span { border-color: rgb(200,130,168); }
td.TdClassName
{
border-color: #C882A8;
}
.TagClassName
{
border-color: #C882A8;
}
</style>