#C4919D

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

Shades of Viola #C4919D

Tints of Viola #C4919D

Color information

#C4919D (or 0xC4919D) is unknown color: approx Viola. HEX triplet: C4, 91 and 9D. RGB value is (196,145,157). Sum of RGB (Red+Green+Blue) = 196+145+157=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C4919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4919D is #3B6E62. Grayscale: #A1A1A1. Windows color (decimal): -3894883 or 10326468. OLE color: 10326468.

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

Color convert

RGB196145157-
CMYK00.260.200.23
HSL345.88º30.18%66.86%-
HSV(B)345.88º26.02%76.86%-
XYZ38.9834.4236.49-
YUV161.62125.4152.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.36%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=39.36%
G=29.12%
B=31.53%

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
Decimal19614515700.260.200.23345.8830.1866.86
HexC4919D01A141715a1e43
Octal304221235032242753236103
Binary1100010010010001100111010110101010010111101011010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4919D; }

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

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

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

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

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

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

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

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