Shades of Viola #C48F9D
Tints of Viola #C48F9D
RGB
CMYK
RGB Variations
Color information
#C48F9D (or 0xC48F9D) is known color: Viola. HEX triplet: C4, 8F and 9D. RGB value is (196,143,157). Sum of RGB (Red+Green+Blue) = 196+143+157=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48F9D is #3B7062. Grayscale: #A0A0A0. Windows color (decimal): -3895395 or 10325956. OLE color: 10325956.
HSL color Cylindrical-coordinate representation of color #C48F9D: hue angle of 344.15º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C48F9D is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 157 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.23 |
| HSL | 344.15º | 0.31% | 0.66% | - |
| HSV(B) | 344.15º | 0.27% | 0.77% | - |
| XYZ | 38.67 | 33.82 | 36.39 | - |
| YUV | 160.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 157 | 0 | 0.27 | 0.20 | 0.23 | 344.15 | 0.31 | 0.66 |
| Hex | C4 | 8F | 9D | 0 | 1B | 14 | 17 | 158 | 1F | 42 |
| Octal | 304 | 217 | 235 | 0 | 33 | 24 | 27 | 530 | 37 | 102 |
| Binary | 11000100 | 10001111 | 10011101 | 0 | 11011 | 10100 | 10111 | 101011000 | 11111 | 1000010 |
Color Harmonies of #C48F9D
Complementary color
Monochromatic Colors of #C48F9D
Black with #C48F9D
Text Example
Text Example
White with #C48F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F9D; }
p { color: rgb(196,143,157); }
H1.HeaderClassName
{
color: #C48F9D;
}
.AnyTagClassName
{
color: #C48F9D;
}
</style>
background-color css
<style>
a { background-color: #C48F9D; }
a { background-color: rgb(196,143,157); }
div.DivClassName
{
background-color: #C48F9D;
}
.BgClassName
{
background-color: #C48F9D;
}
</style>
border-color css
<style>
span { border-color: #C48F9D; }
span { border-color: rgb(196,143,157); }
td.TdClassName
{
border-color: #C48F9D;
}
.TagClassName
{
border-color: #C48F9D;
}
</style>