Shades of Viola #CC98A8
Tints of Viola #CC98A8
RGB
CMYK
RGB Variations
Color information
#CC98A8 (or 0xCC98A8) is known color: Viola. HEX triplet: CC, 98 and A8. RGB value is (204,152,168). Sum of RGB (Red+Green+Blue) = 204+152+168=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC98A8 is #336757. Grayscale: #A9A9A9. Windows color (decimal): -3368792 or 11049164. OLE color: 11049164.
HSL color Cylindrical-coordinate representation of color #CC98A8: hue angle of 341.54º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC98A8 is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 168 | - |
| CMYK | 0 | 0.25 | 0.18 | 0.2 |
| HSL | 341.54º | 0.34% | 0.7% | - |
| HSV(B) | 341.54º | 0.25% | 0.8% | - |
| XYZ | 43.2 | 38.12 | 42.13 | - |
| YUV | 169.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 168 | 0 | 0.25 | 0.18 | 0.2 | 341.54 | 0.34 | 0.7 |
| Hex | CC | 98 | A8 | 0 | 19 | 12 | 14 | 156 | 22 | 46 |
| Octal | 314 | 230 | 250 | 0 | 31 | 22 | 24 | 526 | 42 | 106 |
| Binary | 11001100 | 10011000 | 10101000 | 0 | 11001 | 10010 | 10100 | 101010110 | 100010 | 1000110 |
Color Harmonies of #CC98A8
Complementary color
Monochromatic Colors of #CC98A8
Black with #CC98A8
Text Example
Text Example
White with #CC98A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC98A8; }
p { color: rgb(204,152,168); }
H1.HeaderClassName
{
color: #CC98A8;
}
.AnyTagClassName
{
color: #CC98A8;
}
</style>
background-color css
<style>
a { background-color: #CC98A8; }
a { background-color: rgb(204,152,168); }
div.DivClassName
{
background-color: #CC98A8;
}
.BgClassName
{
background-color: #CC98A8;
}
</style>
border-color css
<style>
span { border-color: #CC98A8; }
span { border-color: rgb(204,152,168); }
td.TdClassName
{
border-color: #CC98A8;
}
.TagClassName
{
border-color: #CC98A8;
}
</style>