Shades of Viola #CC919E
Tints of Viola #CC919E
RGB
CMYK
RGB Variations
Color information
#CC919E (or 0xCC919E) is known color: Viola. HEX triplet: CC, 91 and 9E. RGB value is (204,145,158). Sum of RGB (Red+Green+Blue) = 204+145+158=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC919E is #336E61. Grayscale: #A4A4A4. Windows color (decimal): -3370594 or 10392012. OLE color: 10392012.
HSL color Cylindrical-coordinate representation of color #CC919E: hue angle of 346.78º 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 #CC919E is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 158 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.2 |
| HSL | 346.78º | 0.37% | 0.68% | - |
| HSV(B) | 346.78º | 0.29% | 0.8% | - |
| XYZ | 41.2 | 35.56 | 37.04 | - |
| YUV | 164.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 158 | 0 | 0.29 | 0.23 | 0.2 | 346.78 | 0.37 | 0.68 |
| Hex | CC | 91 | 9E | 0 | 1D | 17 | 14 | 15B | 25 | 44 |
| Octal | 314 | 221 | 236 | 0 | 35 | 27 | 24 | 533 | 45 | 104 |
| Binary | 11001100 | 10010001 | 10011110 | 0 | 11101 | 10111 | 10100 | 101011011 | 100101 | 1000100 |
Color Harmonies of #CC919E
Complementary color
Monochromatic Colors of #CC919E
Black with #CC919E
Text Example
Text Example
White with #CC919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC919E; }
p { color: rgb(204,145,158); }
H1.HeaderClassName
{
color: #CC919E;
}
.AnyTagClassName
{
color: #CC919E;
}
</style>
background-color css
<style>
a { background-color: #CC919E; }
a { background-color: rgb(204,145,158); }
div.DivClassName
{
background-color: #CC919E;
}
.BgClassName
{
background-color: #CC919E;
}
</style>
border-color css
<style>
span { border-color: #CC919E; }
span { border-color: rgb(204,145,158); }
td.TdClassName
{
border-color: #CC919E;
}
.TagClassName
{
border-color: #CC919E;
}
</style>