Shades of Viola #CC96A8
Tints of Viola #CC96A8
RGB
CMYK
RGB Variations
Color information
#CC96A8 (or 0xCC96A8) is known color: Viola. HEX triplet: CC, 96 and A8. RGB value is (204,150,168). Sum of RGB (Red+Green+Blue) = 204+150+168=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 168 (66.02% from 255 or 32.18% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC96A8 is #336957. Grayscale: #A8A8A8. Windows color (decimal): -3369304 or 11048652. OLE color: 11048652.
HSL color Cylindrical-coordinate representation of color #CC96A8: hue angle of 340º 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 #CC96A8 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 168 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.2 |
| HSL | 340º | 0.35% | 0.69% | - |
| HSV(B) | 340º | 0.26% | 0.8% | - |
| XYZ | 42.88 | 37.48 | 42.02 | - |
| YUV | 168.2 | 127.89 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 168 | 0 | 0.26 | 0.18 | 0.2 | 340 | 0.35 | 0.69 |
| Hex | CC | 96 | A8 | 0 | 1A | 12 | 14 | 154 | 23 | 45 |
| Octal | 314 | 226 | 250 | 0 | 32 | 22 | 24 | 524 | 43 | 105 |
| Binary | 11001100 | 10010110 | 10101000 | 0 | 11010 | 10010 | 10100 | 101010100 | 100011 | 1000101 |
Color Harmonies of #CC96A8
Complementary color
Monochromatic Colors of #CC96A8
Black with #CC96A8
Text Example
Text Example
White with #CC96A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC96A8; }
p { color: rgb(204,150,168); }
H1.HeaderClassName
{
color: #CC96A8;
}
.AnyTagClassName
{
color: #CC96A8;
}
</style>
background-color css
<style>
a { background-color: #CC96A8; }
a { background-color: rgb(204,150,168); }
div.DivClassName
{
background-color: #CC96A8;
}
.BgClassName
{
background-color: #CC96A8;
}
</style>
border-color css
<style>
span { border-color: #CC96A8; }
span { border-color: rgb(204,150,168); }
td.TdClassName
{
border-color: #CC96A8;
}
.TagClassName
{
border-color: #CC96A8;
}
</style>