Shades of Viola #CC8CA6
Tints of Viola #CC8CA6
RGB
CMYK
RGB Variations
Color information
#CC8CA6 (or 0xCC8CA6) is known color: Viola. HEX triplet: CC, 8C and A6. RGB value is (204,140,166). Sum of RGB (Red+Green+Blue) = 204+140+166=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 166 (65.23% from 255 or 32.55% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8CA6 is #337359. Grayscale: #A2A2A2. Windows color (decimal): -3371866 or 10915020. OLE color: 10915020.
HSL color Cylindrical-coordinate representation of color #CC8CA6: hue angle of 335.62º 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 #CC8CA6 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 166 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.2 |
| HSL | 335.63º | 0.39% | 0.67% | - |
| HSV(B) | 335.63º | 0.31% | 0.8% | - |
| XYZ | 41.16 | 34.35 | 40.54 | - |
| YUV | 162.1 | 130.2 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 166 | 0 | 0.31 | 0.19 | 0.2 | 335.63 | 0.39 | 0.67 |
| Hex | CC | 8C | A6 | 0 | 1F | 13 | 14 | 150 | 27 | 43 |
| Octal | 314 | 214 | 246 | 0 | 37 | 23 | 24 | 520 | 47 | 103 |
| Binary | 11001100 | 10001100 | 10100110 | 0 | 11111 | 10011 | 10100 | 101010000 | 100111 | 1000011 |
Color Harmonies of #CC8CA6
Complementary color
Monochromatic Colors of #CC8CA6
Black with #CC8CA6
Text Example
Text Example
White with #CC8CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CA6; }
p { color: rgb(204,140,166); }
H1.HeaderClassName
{
color: #CC8CA6;
}
.AnyTagClassName
{
color: #CC8CA6;
}
</style>
background-color css
<style>
a { background-color: #CC8CA6; }
a { background-color: rgb(204,140,166); }
div.DivClassName
{
background-color: #CC8CA6;
}
.BgClassName
{
background-color: #CC8CA6;
}
</style>
border-color css
<style>
span { border-color: #CC8CA6; }
span { border-color: rgb(204,140,166); }
td.TdClassName
{
border-color: #CC8CA6;
}
.TagClassName
{
border-color: #CC8CA6;
}
</style>