Shades of Viola #CC91A2
Tints of Viola #CC91A2
RGB
CMYK
RGB Variations
Color information
#CC91A2 (or 0xCC91A2) is known color: Viola. HEX triplet: CC, 91 and A2. RGB value is (204,145,162). Sum of RGB (Red+Green+Blue) = 204+145+162=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC91A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC91A2 is #336E5D. Grayscale: #A4A4A4. Windows color (decimal): -3370590 or 10654156. OLE color: 10654156.
HSL color Cylindrical-coordinate representation of color #CC91A2: hue angle of 342.71º 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 #CC91A2 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 162 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.2 |
| HSL | 342.71º | 0.37% | 0.68% | - |
| HSV(B) | 342.71º | 0.29% | 0.8% | - |
| XYZ | 41.55 | 35.7 | 38.88 | - |
| YUV | 164.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 162 | 0 | 0.29 | 0.21 | 0.2 | 342.71 | 0.37 | 0.68 |
| Hex | CC | 91 | A2 | 0 | 1D | 15 | 14 | 157 | 25 | 44 |
| Octal | 314 | 221 | 242 | 0 | 35 | 25 | 24 | 527 | 45 | 104 |
| Binary | 11001100 | 10010001 | 10100010 | 0 | 11101 | 10101 | 10100 | 101010111 | 100101 | 1000100 |
Color Harmonies of #CC91A2
Complementary color
Monochromatic Colors of #CC91A2
Black with #CC91A2
Text Example
Text Example
White with #CC91A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC91A2; }
p { color: rgb(204,145,162); }
H1.HeaderClassName
{
color: #CC91A2;
}
.AnyTagClassName
{
color: #CC91A2;
}
</style>
background-color css
<style>
a { background-color: #CC91A2; }
a { background-color: rgb(204,145,162); }
div.DivClassName
{
background-color: #CC91A2;
}
.BgClassName
{
background-color: #CC91A2;
}
</style>
border-color css
<style>
span { border-color: #CC91A2; }
span { border-color: rgb(204,145,162); }
td.TdClassName
{
border-color: #CC91A2;
}
.TagClassName
{
border-color: #CC91A2;
}
</style>