#C293A6

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

Shades of Viola #C293A6

Tints of Viola #C293A6

Color information

#C293A6 (or 0xC293A6) is unknown color: approx Viola. HEX triplet: C2, 93 and A6. RGB value is (194,147,166). Sum of RGB (Red+Green+Blue) = 194+147+166=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C293A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C293A6 is #3D6C59. Grayscale: #A3A3A3. Windows color (decimal): -4025434 or 10916802. OLE color: 10916802.

HSL color Cylindrical-coordinate representation of color #C293A6: hue angle of 335.74º 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 #C293A6 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB194147166-
CMYK00.240.140.24
HSL335.74º27.81%66.86%-
HSV(B)335.74º24.23%76.08%-
XYZ39.5635.0940.76-
YUV163.22129.57149.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.26%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 166 (65.23% from 255) = 32.74%
R=38.26%
G=28.99%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414716600.240.140.24335.7427.8166.86
HexC293A6018E181501c43
Octal302223246030163052034103
Binary110000101001001110100110011000111011000101010000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293A6; }

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

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

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

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

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

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

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

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