#C193A3

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

Shades of Viola #C193A3

Tints of Viola #C193A3

Color information

#C193A3 (or 0xC193A3) is unknown color: approx Viola. HEX triplet: C1, 93 and A3. RGB value is (193,147,163). Sum of RGB (Red+Green+Blue) = 193+147+163=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 163 (64.06% from 255 or 32.41% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C193A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C193A3 is #3E6C5C. Grayscale: #A2A2A2. Windows color (decimal): -4090973 or 10720193. OLE color: 10720193.

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

Color convert

RGB193147163-
CMYK00.240.160.24
HSL339.13º27.06%66.67%-
HSV(B)339.13º23.83%75.69%-
XYZ39.0434.8539.32-
YUV162.58128.24149.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 163 (64.06% from 255) = 32.41%
R=38.37%
G=29.22%
B=32.41%

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
Decimal19314716300.240.160.24339.1327.0666.67
HexC193A301810181531b43
Octal301223243030203052333103
Binary1100000110010011101000110110001000011000101010011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C193A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C193A3; }

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

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

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

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

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

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

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

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