#C2939C

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

Shades of Viola #C2939C

Tints of Viola #C2939C

Color information

#C2939C (or 0xC2939C) is unknown color: approx Viola. HEX triplet: C2, 93 and 9C. RGB value is (194,147,156). Sum of RGB (Red+Green+Blue) = 194+147+156=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 156 (61.33% from 255 or 31.39% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2939C is #3D6C63. Grayscale: #A2A2A2. Windows color (decimal): -4025444 or 10261442. OLE color: 10261442.

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

Color convert

RGB194147156-
CMYK00.240.200.24
HSL348.51º27.81%66.86%-
HSV(B)348.51º24.23%76.08%-
XYZ38.6834.7436.12-
YUV162.08124.57150.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 147 (57.81% from 255) = 29.58%
BLUE value IS 156 (61.33% from 255) = 31.39%
R=39.03%
G=29.58%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414715600.240.200.24348.5127.8166.86
HexC2939C018141815d1c43
Octal302223234030243053534103
Binary1100001010010011100111000110001010011000101011101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2939C; }

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

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

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

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

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

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

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

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