Shades of Viola #CC91AB
Tints of Viola #CC91AB
RGB
CMYK
RGB Variations
Color information
#CC91AB (or 0xCC91AB) is known color: Viola. HEX triplet: CC, 91 and AB. RGB value is (204,145,171). Sum of RGB (Red+Green+Blue) = 204+145+171=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC91AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC91AB is #336E54. Grayscale: #A5A5A5. Windows color (decimal): -3370581 or 11243980. OLE color: 11243980.
HSL color Cylindrical-coordinate representation of color #CC91AB: hue angle of 333.56º 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 #CC91AB is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 171 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.2 |
| HSL | 333.56º | 0.37% | 0.68% | - |
| HSV(B) | 333.56º | 0.29% | 0.8% | - |
| XYZ | 42.38 | 36.03 | 43.25 | - |
| YUV | 165.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 171 | 0 | 0.29 | 0.16 | 0.2 | 333.56 | 0.37 | 0.68 |
| Hex | CC | 91 | AB | 0 | 1D | 10 | 14 | 14E | 25 | 44 |
| Octal | 314 | 221 | 253 | 0 | 35 | 20 | 24 | 516 | 45 | 104 |
| Binary | 11001100 | 10010001 | 10101011 | 0 | 11101 | 10000 | 10100 | 101001110 | 100101 | 1000100 |
Color Harmonies of #CC91AB
Complementary color
Monochromatic Colors of #CC91AB
Black with #CC91AB
Text Example
Text Example
White with #CC91AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91AB; }
p { color: rgb(204,145,171); }
H1.HeaderClassName
{
color: #CC91AB;
}
.AnyTagClassName
{
color: #CC91AB;
}
</style>
background-color css
<style>
a { background-color: #CC91AB; }
a { background-color: rgb(204,145,171); }
div.DivClassName
{
background-color: #CC91AB;
}
.BgClassName
{
background-color: #CC91AB;
}
</style>
border-color css
<style>
span { border-color: #CC91AB; }
span { border-color: rgb(204,145,171); }
td.TdClassName
{
border-color: #CC91AB;
}
.TagClassName
{
border-color: #CC91AB;
}
</style>