#C5919E

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

Shades of Viola #C5919E

Tints of Viola #C5919E

Color information

#C5919E (or 0xC5919E) is unknown color: approx Viola. HEX triplet: C5, 91 and 9E. RGB value is (197,145,158). Sum of RGB (Red+Green+Blue) = 197+145+158=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C5919E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5919E is #3A6E61. Grayscale: #A2A2A2. Windows color (decimal): -3829346 or 10392005. OLE color: 10392005.

HSL color Cylindrical-coordinate representation of color #C5919E: hue angle of 345º degrees, saturation: 0.31, 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 #C5919E is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB197145158-
CMYK00.260.200.23
HSL345º30.95%67.06%-
HSV(B)345º26.4%77.25%-
XYZ39.3234.5936.95-
YUV162.03125.73152.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.4%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 158 (62.11% from 255) = 31.6%
R=39.4%
G=29%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714515800.260.200.2334530.9567.06
HexC5919E01A14171591f43
Octal305221236032242753137103
Binary1100010110010001100111100110101010010111101011001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5919E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5919E; }

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

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

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

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

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

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

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

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