Shades of Viola #CC95A8
Tints of Viola #CC95A8
RGB
CMYK
RGB Variations
Color information
#CC95A8 (or 0xCC95A8) is known color: Viola. HEX triplet: CC, 95 and A8. RGB value is (204,149,168). Sum of RGB (Red+Green+Blue) = 204+149+168=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC95A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC95A8 is #336A57. Grayscale: #A7A7A7. Windows color (decimal): -3369560 or 11048396. OLE color: 11048396.
HSL color Cylindrical-coordinate representation of color #CC95A8: hue angle of 339.27º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC95A8 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 168 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.2 |
| HSL | 339.27º | 0.35% | 0.69% | - |
| HSV(B) | 339.27º | 0.27% | 0.8% | - |
| XYZ | 42.72 | 37.16 | 41.97 | - |
| YUV | 167.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 168 | 0 | 0.27 | 0.18 | 0.2 | 339.27 | 0.35 | 0.69 |
| Hex | CC | 95 | A8 | 0 | 1B | 12 | 14 | 153 | 23 | 45 |
| Octal | 314 | 225 | 250 | 0 | 33 | 22 | 24 | 523 | 43 | 105 |
| Binary | 11001100 | 10010101 | 10101000 | 0 | 11011 | 10010 | 10100 | 101010011 | 100011 | 1000101 |
Color Harmonies of #CC95A8
Complementary color
Monochromatic Colors of #CC95A8
Black with #CC95A8
Text Example
Text Example
White with #CC95A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC95A8; }
p { color: rgb(204,149,168); }
H1.HeaderClassName
{
color: #CC95A8;
}
.AnyTagClassName
{
color: #CC95A8;
}
</style>
background-color css
<style>
a { background-color: #CC95A8; }
a { background-color: rgb(204,149,168); }
div.DivClassName
{
background-color: #CC95A8;
}
.BgClassName
{
background-color: #CC95A8;
}
</style>
border-color css
<style>
span { border-color: #CC95A8; }
span { border-color: rgb(204,149,168); }
td.TdClassName
{
border-color: #CC95A8;
}
.TagClassName
{
border-color: #CC95A8;
}
</style>