#C4919F

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

Shades of Viola #C4919F

Tints of Viola #C4919F

Color information

#C4919F (or 0xC4919F) is unknown color: approx Viola. HEX triplet: C4, 91 and 9F. RGB value is (196,145,159). Sum of RGB (Red+Green+Blue) = 196+145+159=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4919F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4919F is #3B6E60. Grayscale: #A1A1A1. Windows color (decimal): -3894881 or 10457540. OLE color: 10457540.

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

Color convert

RGB196145159-
CMYK00.260.190.23
HSL343.53º30.18%66.86%-
HSV(B)343.53º26.02%76.86%-
XYZ39.1534.4937.39-
YUV161.84126.4152.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 159 (62.5% from 255) = 31.8%
R=39.2%
G=29%
B=31.8%

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
Decimal19614515900.260.190.23343.5330.1866.86
HexC4919F01A13171581e43
Octal304221237032232753036103
Binary1100010010010001100111110110101001110111101011000111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4919F; }

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

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

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

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

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

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

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

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