#C4919E

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

Shades of Viola #C4919E

Tints of Viola #C4919E

Color information

#C4919E (or 0xC4919E) is unknown color: approx Viola. HEX triplet: C4, 91 and 9E. RGB value is (196,145,158). Sum of RGB (Red+Green+Blue) = 196+145+158=499 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.28% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 158 (62.11% from 255 or 31.66% from 499); Max value from RGB is 196 - color contains mainly: red. Hex color #C4919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4919E is #3B6E61. Grayscale: #A1A1A1. Windows color (decimal): -3894882 or 10392004. OLE color: 10392004.

HSL color Cylindrical-coordinate representation of color #C4919E: hue angle of 344.71º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4919E is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB196145158-
CMYK00.260.190.23
HSL344.71º30.18%66.86%-
HSV(B)344.71º26.02%76.86%-
XYZ39.0634.4636.94-
YUV161.73125.9152.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.28%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 158 (62.11% from 255) = 31.66%
R=39.28%
G=29.06%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614515800.260.190.23344.7130.1866.86
HexC4919E01A13171591e43
Octal304221236032232753136103
Binary1100010010010001100111100110101001110111101011001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4919E; }

 p { color: rgb(196,145,158); }

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

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

 a { background-color: rgb(196,145,158); }

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

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

 span { border-color: rgb(196,145,158); }

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