Shades of Viola #C2929B
Tints of Viola #C2929B
RGB
CMYK
RGB Variations
Color information
#C2929B (or 0xC2929B) is known color: Viola. HEX triplet: C2, 92 and 9B. RGB value is (194,146,155). Sum of RGB (Red+Green+Blue) = 194+146+155=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 155 (60.94% from 255 or 31.31% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2929B is #3D6D64. Grayscale: #A1A1A1. Windows color (decimal): -4025701 or 10195650. OLE color: 10195650.
HSL color Cylindrical-coordinate representation of color #C2929B: hue angle of 348.75º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2929B is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 155 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.24 |
| HSL | 348.75º | 0.28% | 0.67% | - |
| HSV(B) | 348.75º | 0.25% | 0.76% | - |
| XYZ | 38.44 | 34.39 | 35.62 | - |
| YUV | 161.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 155 | 0 | 0.25 | 0.20 | 0.24 | 348.75 | 0.28 | 0.67 |
| Hex | C2 | 92 | 9B | 0 | 19 | 14 | 18 | 15D | 1C | 43 |
| Octal | 302 | 222 | 233 | 0 | 31 | 24 | 30 | 535 | 34 | 103 |
| Binary | 11000010 | 10010010 | 10011011 | 0 | 11001 | 10100 | 11000 | 101011101 | 11100 | 1000011 |
Color Harmonies of #C2929B
Complementary color
Monochromatic Colors of #C2929B
Black with #C2929B
Text Example
Text Example
White with #C2929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2929B; }
p { color: rgb(194,146,155); }
H1.HeaderClassName
{
color: #C2929B;
}
.AnyTagClassName
{
color: #C2929B;
}
</style>
background-color css
<style>
a { background-color: #C2929B; }
a { background-color: rgb(194,146,155); }
div.DivClassName
{
background-color: #C2929B;
}
.BgClassName
{
background-color: #C2929B;
}
</style>
border-color css
<style>
span { border-color: #C2929B; }
span { border-color: rgb(194,146,155); }
td.TdClassName
{
border-color: #C2929B;
}
.TagClassName
{
border-color: #C2929B;
}
</style>