Shades of Viola #CC8CAB
Tints of Viola #CC8CAB
RGB
CMYK
RGB Variations
Color information
#CC8CAB (or 0xCC8CAB) is known color: Viola. HEX triplet: CC, 8C and AB. RGB value is (204,140,171). Sum of RGB (Red+Green+Blue) = 204+140+171=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8CAB is #337354. Grayscale: #A2A2A2. Windows color (decimal): -3371861 or 11242700. OLE color: 11242700.
HSL color Cylindrical-coordinate representation of color #CC8CAB: hue angle of 330.94º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8CAB is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 171 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.2 |
| HSL | 330.94º | 0.39% | 0.67% | - |
| HSV(B) | 330.94º | 0.31% | 0.8% | - |
| XYZ | 41.63 | 34.53 | 43 | - |
| YUV | 162.67 | 132.7 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 171 | 0 | 0.31 | 0.16 | 0.2 | 330.94 | 0.39 | 0.67 |
| Hex | CC | 8C | AB | 0 | 1F | 10 | 14 | 14B | 27 | 43 |
| Octal | 314 | 214 | 253 | 0 | 37 | 20 | 24 | 513 | 47 | 103 |
| Binary | 11001100 | 10001100 | 10101011 | 0 | 11111 | 10000 | 10100 | 101001011 | 100111 | 1000011 |
Color Harmonies of #CC8CAB
Complementary color
Monochromatic Colors of #CC8CAB
Black with #CC8CAB
Text Example
Text Example
White with #CC8CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CAB; }
p { color: rgb(204,140,171); }
H1.HeaderClassName
{
color: #CC8CAB;
}
.AnyTagClassName
{
color: #CC8CAB;
}
</style>
background-color css
<style>
a { background-color: #CC8CAB; }
a { background-color: rgb(204,140,171); }
div.DivClassName
{
background-color: #CC8CAB;
}
.BgClassName
{
background-color: #CC8CAB;
}
</style>
border-color css
<style>
span { border-color: #CC8CAB; }
span { border-color: rgb(204,140,171); }
td.TdClassName
{
border-color: #CC8CAB;
}
.TagClassName
{
border-color: #CC8CAB;
}
</style>