Shades of Viola #CC87AA
Tints of Viola #CC87AA
RGB
CMYK
RGB Variations
Color information
#CC87AA (or 0xCC87AA) is known color: Viola. HEX triplet: CC, 87 and AA. RGB value is (204,135,170). Sum of RGB (Red+Green+Blue) = 204+135+170=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC87AA is #337855. Grayscale: #9F9F9F. Windows color (decimal): -3373142 or 11175884. OLE color: 11175884.
HSL color Cylindrical-coordinate representation of color #CC87AA: hue angle of 329.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC87AA is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 170 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.2 |
| HSL | 329.57º | 0.4% | 0.66% | - |
| HSV(B) | 329.57º | 0.34% | 0.8% | - |
| XYZ | 40.82 | 33.07 | 42.26 | - |
| YUV | 159.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 170 | 0 | 0.34 | 0.17 | 0.2 | 329.57 | 0.4 | 0.66 |
| Hex | CC | 87 | AA | 0 | 22 | 11 | 14 | 14A | 28 | 42 |
| Octal | 314 | 207 | 252 | 0 | 42 | 21 | 24 | 512 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10101010 | 0 | 100010 | 10001 | 10100 | 101001010 | 101000 | 1000010 |
Color Harmonies of #CC87AA
Complementary color
Monochromatic Colors of #CC87AA
Black with #CC87AA
Text Example
Text Example
White with #CC87AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87AA; }
p { color: rgb(204,135,170); }
H1.HeaderClassName
{
color: #CC87AA;
}
.AnyTagClassName
{
color: #CC87AA;
}
</style>
background-color css
<style>
a { background-color: #CC87AA; }
a { background-color: rgb(204,135,170); }
div.DivClassName
{
background-color: #CC87AA;
}
.BgClassName
{
background-color: #CC87AA;
}
</style>
border-color css
<style>
span { border-color: #CC87AA; }
span { border-color: rgb(204,135,170); }
td.TdClassName
{
border-color: #CC87AA;
}
.TagClassName
{
border-color: #CC87AA;
}
</style>