Shades of Viola #CC96A7
Tints of Viola #CC96A7
RGB
CMYK
RGB Variations
Color information
#CC96A7 (or 0xCC96A7) is known color: Viola. HEX triplet: CC, 96 and A7. RGB value is (204,150,167). Sum of RGB (Red+Green+Blue) = 204+150+167=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 167 (65.62% from 255 or 32.05% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC96A7 is #336958. Grayscale: #A8A8A8. Windows color (decimal): -3369305 or 10983116. OLE color: 10983116.
HSL color Cylindrical-coordinate representation of color #CC96A7: hue angle of 341.11º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC96A7 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 167 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.2 |
| HSL | 341.11º | 0.35% | 0.69% | - |
| HSV(B) | 341.11º | 0.26% | 0.8% | - |
| XYZ | 42.78 | 37.44 | 41.53 | - |
| YUV | 168.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 167 | 0 | 0.26 | 0.18 | 0.2 | 341.11 | 0.35 | 0.69 |
| Hex | CC | 96 | A7 | 0 | 1A | 12 | 14 | 155 | 23 | 45 |
| Octal | 314 | 226 | 247 | 0 | 32 | 22 | 24 | 525 | 43 | 105 |
| Binary | 11001100 | 10010110 | 10100111 | 0 | 11010 | 10010 | 10100 | 101010101 | 100011 | 1000101 |
Color Harmonies of #CC96A7
Complementary color
Monochromatic Colors of #CC96A7
Black with #CC96A7
Text Example
Text Example
White with #CC96A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96A7; }
p { color: rgb(204,150,167); }
H1.HeaderClassName
{
color: #CC96A7;
}
.AnyTagClassName
{
color: #CC96A7;
}
</style>
background-color css
<style>
a { background-color: #CC96A7; }
a { background-color: rgb(204,150,167); }
div.DivClassName
{
background-color: #CC96A7;
}
.BgClassName
{
background-color: #CC96A7;
}
</style>
border-color css
<style>
span { border-color: #CC96A7; }
span { border-color: rgb(204,150,167); }
td.TdClassName
{
border-color: #CC96A7;
}
.TagClassName
{
border-color: #CC96A7;
}
</style>