Shades of Viola #CC91A0
Tints of Viola #CC91A0
RGB
CMYK
RGB Variations
Color information
#CC91A0 (or 0xCC91A0) is known color: Viola. HEX triplet: CC, 91 and A0. RGB value is (204,145,160). Sum of RGB (Red+Green+Blue) = 204+145+160=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 145 (57.03% from 255 or 28.49% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC91A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC91A0 is #336E5F. Grayscale: #A4A4A4. Windows color (decimal): -3370592 or 10523084. OLE color: 10523084.
HSL color Cylindrical-coordinate representation of color #CC91A0: hue angle of 344.75º 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 #CC91A0 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 160 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.2 |
| HSL | 344.75º | 0.37% | 0.68% | - |
| HSV(B) | 344.75º | 0.29% | 0.8% | - |
| XYZ | 41.37 | 35.63 | 37.95 | - |
| YUV | 164.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 160 | 0 | 0.29 | 0.22 | 0.2 | 344.75 | 0.37 | 0.68 |
| Hex | CC | 91 | A0 | 0 | 1D | 16 | 14 | 159 | 25 | 44 |
| Octal | 314 | 221 | 240 | 0 | 35 | 26 | 24 | 531 | 45 | 104 |
| Binary | 11001100 | 10010001 | 10100000 | 0 | 11101 | 10110 | 10100 | 101011001 | 100101 | 1000100 |
Color Harmonies of #CC91A0
Complementary color
Monochromatic Colors of #CC91A0
Black with #CC91A0
Text Example
Text Example
White with #CC91A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91A0; }
p { color: rgb(204,145,160); }
H1.HeaderClassName
{
color: #CC91A0;
}
.AnyTagClassName
{
color: #CC91A0;
}
</style>
background-color css
<style>
a { background-color: #CC91A0; }
a { background-color: rgb(204,145,160); }
div.DivClassName
{
background-color: #CC91A0;
}
.BgClassName
{
background-color: #CC91A0;
}
</style>
border-color css
<style>
span { border-color: #CC91A0; }
span { border-color: rgb(204,145,160); }
td.TdClassName
{
border-color: #CC91A0;
}
.TagClassName
{
border-color: #CC91A0;
}
</style>