Shades of Viola #CC90A8
Tints of Viola #CC90A8
RGB
CMYK
RGB Variations
Color information
#CC90A8 (or 0xCC90A8) is known color: Viola. HEX triplet: CC, 90 and A8. RGB value is (204,144,168). Sum of RGB (Red+Green+Blue) = 204+144+168=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC90A8 is #336F57. Grayscale: #A4A4A4. Windows color (decimal): -3370840 or 11047116. OLE color: 11047116.
HSL color Cylindrical-coordinate representation of color #CC90A8: hue angle of 336º 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 #CC90A8 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 168 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.2 |
| HSL | 336º | 0.37% | 0.68% | - |
| HSV(B) | 336º | 0.29% | 0.8% | - |
| XYZ | 41.94 | 35.61 | 41.71 | - |
| YUV | 164.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 168 | 0 | 0.29 | 0.18 | 0.2 | 336 | 0.37 | 0.68 |
| Hex | CC | 90 | A8 | 0 | 1D | 12 | 14 | 150 | 25 | 44 |
| Octal | 314 | 220 | 250 | 0 | 35 | 22 | 24 | 520 | 45 | 104 |
| Binary | 11001100 | 10010000 | 10101000 | 0 | 11101 | 10010 | 10100 | 101010000 | 100101 | 1000100 |
Color Harmonies of #CC90A8
Complementary color
Monochromatic Colors of #CC90A8
Black with #CC90A8
Text Example
Text Example
White with #CC90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90A8; }
p { color: rgb(204,144,168); }
H1.HeaderClassName
{
color: #CC90A8;
}
.AnyTagClassName
{
color: #CC90A8;
}
</style>
background-color css
<style>
a { background-color: #CC90A8; }
a { background-color: rgb(204,144,168); }
div.DivClassName
{
background-color: #CC90A8;
}
.BgClassName
{
background-color: #CC90A8;
}
</style>
border-color css
<style>
span { border-color: #CC90A8; }
span { border-color: rgb(204,144,168); }
td.TdClassName
{
border-color: #CC90A8;
}
.TagClassName
{
border-color: #CC90A8;
}
</style>