Shades of Viola #CC8FAB
Tints of Viola #CC8FAB
RGB
CMYK
RGB Variations
Color information
#CC8FAB (or 0xCC8FAB) is known color: Viola. HEX triplet: CC, 8F and AB. RGB value is (204,143,171). Sum of RGB (Red+Green+Blue) = 204+143+171=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8FAB is #337054. Grayscale: #A4A4A4. Windows color (decimal): -3371093 or 11243468. OLE color: 11243468.
HSL color Cylindrical-coordinate representation of color #CC8FAB: hue angle of 332.46º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8FAB is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 171 | - |
| CMYK | 0 | 0.30 | 0.16 | 0.2 |
| HSL | 332.46º | 0.37% | 0.68% | - |
| HSV(B) | 332.46º | 0.3% | 0.8% | - |
| XYZ | 42.07 | 35.42 | 43.15 | - |
| YUV | 164.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 171 | 0 | 0.30 | 0.16 | 0.2 | 332.46 | 0.37 | 0.68 |
| Hex | CC | 8F | AB | 0 | 1E | 10 | 14 | 14C | 25 | 44 |
| Octal | 314 | 217 | 253 | 0 | 36 | 20 | 24 | 514 | 45 | 104 |
| Binary | 11001100 | 10001111 | 10101011 | 0 | 11110 | 10000 | 10100 | 101001100 | 100101 | 1000100 |
Color Harmonies of #CC8FAB
Complementary color
Monochromatic Colors of #CC8FAB
Black with #CC8FAB
Text Example
Text Example
White with #CC8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FAB; }
p { color: rgb(204,143,171); }
H1.HeaderClassName
{
color: #CC8FAB;
}
.AnyTagClassName
{
color: #CC8FAB;
}
</style>
background-color css
<style>
a { background-color: #CC8FAB; }
a { background-color: rgb(204,143,171); }
div.DivClassName
{
background-color: #CC8FAB;
}
.BgClassName
{
background-color: #CC8FAB;
}
</style>
border-color css
<style>
span { border-color: #CC8FAB; }
span { border-color: rgb(204,143,171); }
td.TdClassName
{
border-color: #CC8FAB;
}
.TagClassName
{
border-color: #CC8FAB;
}
</style>