Shades of Viola #CC8CA8
Tints of Viola #CC8CA8
RGB
CMYK
RGB Variations
Color information
#CC8CA8 (or 0xCC8CA8) is known color: Viola. HEX triplet: CC, 8C and A8. RGB value is (204,140,168). Sum of RGB (Red+Green+Blue) = 204+140+168=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8CA8 is #337357. Grayscale: #A2A2A2. Windows color (decimal): -3371864 or 11046092. OLE color: 11046092.
HSL color Cylindrical-coordinate representation of color #CC8CA8: hue angle of 333.75º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CC8CA8 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 140 | 168 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.2 |
| HSL | 333.75º | 0.39% | 0.67% | - |
| HSV(B) | 333.75º | 0.31% | 0.8% | - |
| XYZ | 41.35 | 34.42 | 41.51 | - |
| YUV | 162.33 | 131.2 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 140 | 168 | 0 | 0.31 | 0.18 | 0.2 | 333.75 | 0.39 | 0.67 |
| Hex | CC | 8C | A8 | 0 | 1F | 12 | 14 | 14E | 27 | 43 |
| Octal | 314 | 214 | 250 | 0 | 37 | 22 | 24 | 516 | 47 | 103 |
| Binary | 11001100 | 10001100 | 10101000 | 0 | 11111 | 10010 | 10100 | 101001110 | 100111 | 1000011 |
Color Harmonies of #CC8CA8
Complementary color
Monochromatic Colors of #CC8CA8
Black with #CC8CA8
Text Example
Text Example
White with #CC8CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8CA8; }
p { color: rgb(204,140,168); }
H1.HeaderClassName
{
color: #CC8CA8;
}
.AnyTagClassName
{
color: #CC8CA8;
}
</style>
background-color css
<style>
a { background-color: #CC8CA8; }
a { background-color: rgb(204,140,168); }
div.DivClassName
{
background-color: #CC8CA8;
}
.BgClassName
{
background-color: #CC8CA8;
}
</style>
border-color css
<style>
span { border-color: #CC8CA8; }
span { border-color: rgb(204,140,168); }
td.TdClassName
{
border-color: #CC8CA8;
}
.TagClassName
{
border-color: #CC8CA8;
}
</style>