Shades of Viola #C28F98
Tints of Viola #C28F98
RGB
CMYK
RGB Variations
Color information
#C28F98 (or 0xC28F98) is known color: Viola. HEX triplet: C2, 8F and 98. RGB value is (194,143,152). Sum of RGB (Red+Green+Blue) = 194+143+152=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28F98 is #3D7067. Grayscale: #9F9F9F. Windows color (decimal): -4026472 or 9998274. OLE color: 9998274.
HSL color Cylindrical-coordinate representation of color #C28F98: hue angle of 349.41º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C28F98 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 152 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.24 |
| HSL | 349.41º | 0.29% | 0.66% | - |
| HSV(B) | 349.41º | 0.26% | 0.76% | - |
| XYZ | 37.74 | 33.38 | 34.16 | - |
| YUV | 159.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 152 | 0 | 0.26 | 0.22 | 0.24 | 349.41 | 0.29 | 0.66 |
| Hex | C2 | 8F | 98 | 0 | 1A | 16 | 18 | 15D | 1D | 42 |
| Octal | 302 | 217 | 230 | 0 | 32 | 26 | 30 | 535 | 35 | 102 |
| Binary | 11000010 | 10001111 | 10011000 | 0 | 11010 | 10110 | 11000 | 101011101 | 11101 | 1000010 |
Color Harmonies of #C28F98
Complementary color
Monochromatic Colors of #C28F98
Black with #C28F98
Text Example
Text Example
White with #C28F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28F98; }
p { color: rgb(194,143,152); }
H1.HeaderClassName
{
color: #C28F98;
}
.AnyTagClassName
{
color: #C28F98;
}
</style>
background-color css
<style>
a { background-color: #C28F98; }
a { background-color: rgb(194,143,152); }
div.DivClassName
{
background-color: #C28F98;
}
.BgClassName
{
background-color: #C28F98;
}
</style>
border-color css
<style>
span { border-color: #C28F98; }
span { border-color: rgb(194,143,152); }
td.TdClassName
{
border-color: #C28F98;
}
.TagClassName
{
border-color: #C28F98;
}
</style>