#C293A3

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

Shades of Viola #C293A3

Tints of Viola #C293A3

Color information

#C293A3 (or 0xC293A3) is unknown color: approx Viola. HEX triplet: C2, 93 and A3. RGB value is (194,147,163). Sum of RGB (Red+Green+Blue) = 194+147+163=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C293A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C293A3 is #3D6C5C. Grayscale: #A2A2A2. Windows color (decimal): -4025437 or 10720194. OLE color: 10720194.

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

Color convert

RGB194147163-
CMYK00.240.160.24
HSL339.57º27.81%66.86%-
HSV(B)339.57º24.23%76.08%-
XYZ39.2934.9839.33-
YUV162.88128.07150.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 147 (57.81% from 255) = 29.17%
BLUE value IS 163 (64.06% from 255) = 32.34%
R=38.49%
G=29.17%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414716300.240.160.24339.5727.8166.86
HexC293A301810181541c43
Octal302223243030203052434103
Binary1100001010010011101000110110001000011000101010100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293A3; }

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

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

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

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

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

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

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

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