#C2879C

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

Shades of Viola #C2879C

Tints of Viola #C2879C

Color information

#C2879C (or 0xC2879C) is unknown color: approx Viola. HEX triplet: C2, 87 and 9C. RGB value is (194,135,156). Sum of RGB (Red+Green+Blue) = 194+135+156=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2879C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2879C is #3D7863. Grayscale: #9B9B9B. Windows color (decimal): -4028516 or 10258370. OLE color: 10258370.

HSL color Cylindrical-coordinate representation of color #C2879C: hue angle of 338.64º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2879C is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB194135156-
CMYK00.300.200.24
HSL338.64º32.6%64.51%-
HSV(B)338.64º30.41%76.08%-
XYZ36.9131.235.53-
YUV155.03128.55155.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 135 (53.12% from 255) = 27.84%
BLUE value IS 156 (61.33% from 255) = 32.16%
R=40%
G=27.84%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413515600.300.200.24338.6432.664.51
HexC2879C01E14181532141
Octal302207234036243052341101
Binary11000010100001111001110001111010100110001010100111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2879C; }

 p { color: rgb(194,135,156); }

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

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

 a { background-color: rgb(194,135,156); }

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

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

 span { border-color: rgb(194,135,156); }

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