Shades of Viola #CC929D
Tints of Viola #CC929D
RGB
CMYK
RGB Variations
Color information
#CC929D (or 0xCC929D) is known color: Viola. HEX triplet: CC, 92 and 9D. RGB value is (204,146,157). Sum of RGB (Red+Green+Blue) = 204+146+157=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC929D is #336D62. Grayscale: #A4A4A4. Windows color (decimal): -3370339 or 10326732. OLE color: 10326732.
HSL color Cylindrical-coordinate representation of color #CC929D: hue angle of 348.62º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC929D is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 157 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.2 |
| HSL | 348.62º | 0.36% | 0.69% | - |
| HSV(B) | 348.62º | 0.28% | 0.8% | - |
| XYZ | 41.27 | 35.83 | 36.64 | - |
| YUV | 164.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 157 | 0 | 0.28 | 0.23 | 0.2 | 348.62 | 0.36 | 0.69 |
| Hex | CC | 92 | 9D | 0 | 1C | 17 | 14 | 15D | 24 | 45 |
| Octal | 314 | 222 | 235 | 0 | 34 | 27 | 24 | 535 | 44 | 105 |
| Binary | 11001100 | 10010010 | 10011101 | 0 | 11100 | 10111 | 10100 | 101011101 | 100100 | 1000101 |
Color Harmonies of #CC929D
Complementary color
Monochromatic Colors of #CC929D
Black with #CC929D
Text Example
Text Example
White with #CC929D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC929D; }
p { color: rgb(204,146,157); }
H1.HeaderClassName
{
color: #CC929D;
}
.AnyTagClassName
{
color: #CC929D;
}
</style>
background-color css
<style>
a { background-color: #CC929D; }
a { background-color: rgb(204,146,157); }
div.DivClassName
{
background-color: #CC929D;
}
.BgClassName
{
background-color: #CC929D;
}
</style>
border-color css
<style>
span { border-color: #CC929D; }
span { border-color: rgb(204,146,157); }
td.TdClassName
{
border-color: #CC929D;
}
.TagClassName
{
border-color: #CC929D;
}
</style>