#C28D9F

Color #C28D9F Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #C28D9F

Tints of Viola #C28D9F

Color information

#C28D9F (or 0xC28D9F) is unknown color: approx Viola. HEX triplet: C2, 8D and 9F. RGB value is (194,141,159). Sum of RGB (Red+Green+Blue) = 194+141+159=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28D9F is #3D7260. Grayscale: #9E9E9E. Windows color (decimal): -4026977 or 10456514. OLE color: 10456514.

HSL color Cylindrical-coordinate representation of color #C28D9F: hue angle of 339.62º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28D9F is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB194141159-
CMYK00.270.180.24
HSL339.62º30.29%65.69%-
HSV(B)339.62º27.32%76.08%-
XYZ38.0333.0237.17-
YUV158.9128.06153.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 141 (55.47% from 255) = 28.54%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=39.27%
G=28.54%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414115900.270.180.24339.6230.2965.69
HexC28D9F01B12181541e42
Octal302215237033223052436102
Binary1100001010001101100111110110111001011000101010100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28D9F; }

 p { color: rgb(194,141,159); }

 H1.HeaderClassName
 {
   color: #C28D9F;
 }
 .AnyTagClassName
 {
   color: #C28D9F;
 }
</style>
background-color css

<style>
 a { background-color: #C28D9F; }

 a { background-color: rgb(194,141,159); }

 div.DivClassName
 {
   background-color: #C28D9F;
 }
 .BgClassName
 {
   background-color: #C28D9F;
 }
</style>
border-color css

<style>
 span { border-color: #C28D9F; }

 span { border-color: rgb(194,141,159); }

 td.TdClassName
 {
   border-color: #C28D9F;
 }
 .TagClassName
 {
   border-color: #C28D9F;
 }
</style>