Shades of Viola #CC91AA
Tints of Viola #CC91AA
RGB
CMYK
RGB Variations
Color information
#CC91AA (or 0xCC91AA) is known color: Viola. HEX triplet: CC, 91 and AA. RGB value is (204,145,170). Sum of RGB (Red+Green+Blue) = 204+145+170=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC91AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC91AA is #336E55. Grayscale: #A5A5A5. Windows color (decimal): -3370582 or 11178444. OLE color: 11178444.
HSL color Cylindrical-coordinate representation of color #CC91AA: hue angle of 334.58º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC91AA is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 170 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.2 |
| HSL | 334.58º | 0.37% | 0.68% | - |
| HSV(B) | 334.58º | 0.29% | 0.8% | - |
| XYZ | 42.28 | 35.99 | 42.75 | - |
| YUV | 165.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 170 | 0 | 0.29 | 0.17 | 0.2 | 334.58 | 0.37 | 0.68 |
| Hex | CC | 91 | AA | 0 | 1D | 11 | 14 | 14F | 25 | 44 |
| Octal | 314 | 221 | 252 | 0 | 35 | 21 | 24 | 517 | 45 | 104 |
| Binary | 11001100 | 10010001 | 10101010 | 0 | 11101 | 10001 | 10100 | 101001111 | 100101 | 1000100 |
Color Harmonies of #CC91AA
Complementary color
Monochromatic Colors of #CC91AA
Black with #CC91AA
Text Example
Text Example
White with #CC91AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91AA; }
p { color: rgb(204,145,170); }
H1.HeaderClassName
{
color: #CC91AA;
}
.AnyTagClassName
{
color: #CC91AA;
}
</style>
background-color css
<style>
a { background-color: #CC91AA; }
a { background-color: rgb(204,145,170); }
div.DivClassName
{
background-color: #CC91AA;
}
.BgClassName
{
background-color: #CC91AA;
}
</style>
border-color css
<style>
span { border-color: #CC91AA; }
span { border-color: rgb(204,145,170); }
td.TdClassName
{
border-color: #CC91AA;
}
.TagClassName
{
border-color: #CC91AA;
}
</style>