#C3919C

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

Shades of Viola #C3919C

Tints of Viola #C3919C

Color information

#C3919C (or 0xC3919C) is unknown color: approx Viola. HEX triplet: C3, 91 and 9C. RGB value is (195,145,156). Sum of RGB (Red+Green+Blue) = 195+145+156=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C3919C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3919C is #3C6E63. Grayscale: #A1A1A1. Windows color (decimal): -3960420 or 10260931. OLE color: 10260931.

HSL color Cylindrical-coordinate representation of color #C3919C: hue angle of 346.8º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3919C is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB195145156-
CMYK00.260.200.24
HSL346.8º29.41%66.67%-
HSV(B)346.8º25.64%76.47%-
XYZ38.6334.2536.03-
YUV161.2125.06152.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 156 (61.33% from 255) = 31.45%
R=39.31%
G=29.23%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514515600.260.200.24346.829.4166.67
HexC3919C01A141815b1d43
Octal303221234032243053335103
Binary1100001110010001100111000110101010011000101011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3919C; }

 p { color: rgb(195,145,156); }

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

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

 a { background-color: rgb(195,145,156); }

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

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

 span { border-color: rgb(195,145,156); }

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