Shades of Viola #CC8FA7
Tints of Viola #CC8FA7
RGB
CMYK
RGB Variations
Color information
#CC8FA7 (or 0xCC8FA7) is known color: Viola. HEX triplet: CC, 8F and A7. RGB value is (204,143,167). Sum of RGB (Red+Green+Blue) = 204+143+167=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8FA7 is #337058. Grayscale: #A3A3A3. Windows color (decimal): -3371097 or 10981324. OLE color: 10981324.
HSL color Cylindrical-coordinate representation of color #CC8FA7: hue angle of 336.39º 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 #CC8FA7 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 167 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.2 |
| HSL | 336.39º | 0.37% | 0.68% | - |
| HSV(B) | 336.39º | 0.3% | 0.8% | - |
| XYZ | 41.7 | 35.27 | 41.17 | - |
| YUV | 163.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 167 | 0 | 0.30 | 0.18 | 0.2 | 336.39 | 0.37 | 0.68 |
| Hex | CC | 8F | A7 | 0 | 1E | 12 | 14 | 150 | 25 | 44 |
| Octal | 314 | 217 | 247 | 0 | 36 | 22 | 24 | 520 | 45 | 104 |
| Binary | 11001100 | 10001111 | 10100111 | 0 | 11110 | 10010 | 10100 | 101010000 | 100101 | 1000100 |
Color Harmonies of #CC8FA7
Complementary color
Monochromatic Colors of #CC8FA7
Black with #CC8FA7
Text Example
Text Example
White with #CC8FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FA7; }
p { color: rgb(204,143,167); }
H1.HeaderClassName
{
color: #CC8FA7;
}
.AnyTagClassName
{
color: #CC8FA7;
}
</style>
background-color css
<style>
a { background-color: #CC8FA7; }
a { background-color: rgb(204,143,167); }
div.DivClassName
{
background-color: #CC8FA7;
}
.BgClassName
{
background-color: #CC8FA7;
}
</style>
border-color css
<style>
span { border-color: #CC8FA7; }
span { border-color: rgb(204,143,167); }
td.TdClassName
{
border-color: #CC8FA7;
}
.TagClassName
{
border-color: #CC8FA7;
}
</style>