Shades of Viola #CC97A8
Tints of Viola #CC97A8
RGB
CMYK
RGB Variations
Color information
#CC97A8 (or 0xCC97A8) is known color: Viola. HEX triplet: CC, 97 and A8. RGB value is (204,151,168). Sum of RGB (Red+Green+Blue) = 204+151+168=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC97A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC97A8 is #336857. Grayscale: #A8A8A8. Windows color (decimal): -3369048 or 11048908. OLE color: 11048908.
HSL color Cylindrical-coordinate representation of color #CC97A8: hue angle of 340.75º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC97A8 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 168 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.2 |
| HSL | 340.75º | 0.34% | 0.7% | - |
| HSV(B) | 340.75º | 0.26% | 0.8% | - |
| XYZ | 43.04 | 37.8 | 42.07 | - |
| YUV | 168.79 | 127.56 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 168 | 0 | 0.26 | 0.18 | 0.2 | 340.75 | 0.34 | 0.7 |
| Hex | CC | 97 | A8 | 0 | 1A | 12 | 14 | 155 | 22 | 46 |
| Octal | 314 | 227 | 250 | 0 | 32 | 22 | 24 | 525 | 42 | 106 |
| Binary | 11001100 | 10010111 | 10101000 | 0 | 11010 | 10010 | 10100 | 101010101 | 100010 | 1000110 |
Color Harmonies of #CC97A8
Complementary color
Monochromatic Colors of #CC97A8
Black with #CC97A8
Text Example
Text Example
White with #CC97A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC97A8; }
p { color: rgb(204,151,168); }
H1.HeaderClassName
{
color: #CC97A8;
}
.AnyTagClassName
{
color: #CC97A8;
}
</style>
background-color css
<style>
a { background-color: #CC97A8; }
a { background-color: rgb(204,151,168); }
div.DivClassName
{
background-color: #CC97A8;
}
.BgClassName
{
background-color: #CC97A8;
}
</style>
border-color css
<style>
span { border-color: #CC97A8; }
span { border-color: rgb(204,151,168); }
td.TdClassName
{
border-color: #CC97A8;
}
.TagClassName
{
border-color: #CC97A8;
}
</style>