#C293A4

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

Shades of Viola #C293A4

Tints of Viola #C293A4

Color information

#C293A4 (or 0xC293A4) is unknown color: approx Viola. HEX triplet: C2, 93 and A4. RGB value is (194,147,164). Sum of RGB (Red+Green+Blue) = 194+147+164=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 164 (64.45% from 255 or 32.48% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C293A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C293A4 is #3D6C5B. Grayscale: #A2A2A2. Windows color (decimal): -4025436 or 10785730. OLE color: 10785730.

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

Color convert

RGB194147164-
CMYK00.240.150.24
HSL338.3º27.81%66.86%-
HSV(B)338.3º24.23%76.08%-
XYZ39.3835.0239.81-
YUV162.99128.57150.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 147 (57.81% from 255) = 29.11%
BLUE value IS 164 (64.45% from 255) = 32.48%
R=38.42%
G=29.11%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414716400.240.150.24338.327.8166.86
HexC293A4018F181521c43
Octal302223244030173052234103
Binary110000101001001110100100011000111111000101010010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293A4; }

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

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

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

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

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

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

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

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