Shades of Viola #CC91A8
Tints of Viola #CC91A8
RGB
CMYK
RGB Variations
Color information
#CC91A8 (or 0xCC91A8) is known color: Viola. HEX triplet: CC, 91 and A8. RGB value is (204,145,168). Sum of RGB (Red+Green+Blue) = 204+145+168=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC91A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC91A8 is #336E57. Grayscale: #A5A5A5. Windows color (decimal): -3370584 or 11047372. OLE color: 11047372.
HSL color Cylindrical-coordinate representation of color #CC91A8: hue angle of 336.61º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC91A8 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 168 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.2 |
| HSL | 336.61º | 0.37% | 0.68% | - |
| HSV(B) | 336.61º | 0.29% | 0.8% | - |
| XYZ | 42.1 | 35.92 | 41.76 | - |
| YUV | 165.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 168 | 0 | 0.29 | 0.18 | 0.2 | 336.61 | 0.37 | 0.68 |
| Hex | CC | 91 | A8 | 0 | 1D | 12 | 14 | 151 | 25 | 44 |
| Octal | 314 | 221 | 250 | 0 | 35 | 22 | 24 | 521 | 45 | 104 |
| Binary | 11001100 | 10010001 | 10101000 | 0 | 11101 | 10010 | 10100 | 101010001 | 100101 | 1000100 |
Color Harmonies of #CC91A8
Complementary color
Monochromatic Colors of #CC91A8
Black with #CC91A8
Text Example
Text Example
White with #CC91A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91A8; }
p { color: rgb(204,145,168); }
H1.HeaderClassName
{
color: #CC91A8;
}
.AnyTagClassName
{
color: #CC91A8;
}
</style>
background-color css
<style>
a { background-color: #CC91A8; }
a { background-color: rgb(204,145,168); }
div.DivClassName
{
background-color: #CC91A8;
}
.BgClassName
{
background-color: #CC91A8;
}
</style>
border-color css
<style>
span { border-color: #CC91A8; }
span { border-color: rgb(204,145,168); }
td.TdClassName
{
border-color: #CC91A8;
}
.TagClassName
{
border-color: #CC91A8;
}
</style>