Shades of Viola #C2919C
Tints of Viola #C2919C
RGB
CMYK
RGB Variations
Color information
#C2919C (or 0xC2919C) is known color: Viola. HEX triplet: C2, 91 and 9C. RGB value is (194,145,156). Sum of RGB (Red+Green+Blue) = 194+145+156=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2919C is #3D6E63. Grayscale: #A0A0A0. Windows color (decimal): -4025956 or 10260930. OLE color: 10260930.
HSL color Cylindrical-coordinate representation of color #C2919C: hue angle of 346.53º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2919C is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 156 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.24 |
| HSL | 346.53º | 0.29% | 0.66% | - |
| HSV(B) | 346.53º | 0.25% | 0.76% | - |
| XYZ | 38.37 | 34.12 | 36.02 | - |
| YUV | 160.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 156 | 0 | 0.25 | 0.20 | 0.24 | 346.53 | 0.29 | 0.66 |
| Hex | C2 | 91 | 9C | 0 | 19 | 14 | 18 | 15B | 1D | 42 |
| Octal | 302 | 221 | 234 | 0 | 31 | 24 | 30 | 533 | 35 | 102 |
| Binary | 11000010 | 10010001 | 10011100 | 0 | 11001 | 10100 | 11000 | 101011011 | 11101 | 1000010 |
Color Harmonies of #C2919C
Complementary color
Monochromatic Colors of #C2919C
Black with #C2919C
Text Example
Text Example
White with #C2919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2919C; }
p { color: rgb(194,145,156); }
H1.HeaderClassName
{
color: #C2919C;
}
.AnyTagClassName
{
color: #C2919C;
}
</style>
background-color css
<style>
a { background-color: #C2919C; }
a { background-color: rgb(194,145,156); }
div.DivClassName
{
background-color: #C2919C;
}
.BgClassName
{
background-color: #C2919C;
}
</style>
border-color css
<style>
span { border-color: #C2919C; }
span { border-color: rgb(194,145,156); }
td.TdClassName
{
border-color: #C2919C;
}
.TagClassName
{
border-color: #C2919C;
}
</style>