Shades of Viola #CC89AA
Tints of Viola #CC89AA
RGB
CMYK
RGB Variations
Color information
#CC89AA (or 0xCC89AA) is known color: Viola. HEX triplet: CC, 89 and AA. RGB value is (204,137,170). Sum of RGB (Red+Green+Blue) = 204+137+170=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC89AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC89AA is #337655. Grayscale: #A0A0A0. Windows color (decimal): -3372630 or 11176396. OLE color: 11176396.
HSL color Cylindrical-coordinate representation of color #CC89AA: hue angle of 330.45º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC89AA is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 137 | 170 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.2 |
| HSL | 330.45º | 0.4% | 0.67% | - |
| HSV(B) | 330.45º | 0.33% | 0.8% | - |
| XYZ | 41.1 | 33.63 | 42.36 | - |
| YUV | 160.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 137 | 170 | 0 | 0.33 | 0.17 | 0.2 | 330.45 | 0.4 | 0.67 |
| Hex | CC | 89 | AA | 0 | 21 | 11 | 14 | 14A | 28 | 43 |
| Octal | 314 | 211 | 252 | 0 | 41 | 21 | 24 | 512 | 50 | 103 |
| Binary | 11001100 | 10001001 | 10101010 | 0 | 100001 | 10001 | 10100 | 101001010 | 101000 | 1000011 |
Color Harmonies of #CC89AA
Complementary color
Monochromatic Colors of #CC89AA
Black with #CC89AA
Text Example
Text Example
White with #CC89AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC89AA; }
p { color: rgb(204,137,170); }
H1.HeaderClassName
{
color: #CC89AA;
}
.AnyTagClassName
{
color: #CC89AA;
}
</style>
background-color css
<style>
a { background-color: #CC89AA; }
a { background-color: rgb(204,137,170); }
div.DivClassName
{
background-color: #CC89AA;
}
.BgClassName
{
background-color: #CC89AA;
}
</style>
border-color css
<style>
span { border-color: #CC89AA; }
span { border-color: rgb(204,137,170); }
td.TdClassName
{
border-color: #CC89AA;
}
.TagClassName
{
border-color: #CC89AA;
}
</style>