#C393A5

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

Shades of Viola #C393A5

Tints of Viola #C393A5

Color information

#C393A5 (or 0xC393A5) is unknown color: approx Viola. HEX triplet: C3, 93 and A5. RGB value is (195,147,165). Sum of RGB (Red+Green+Blue) = 195+147+165=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 147 (57.81% from 255 or 28.99% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C393A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C393A5 is #3C6C5A. Grayscale: #A3A3A3. Windows color (decimal): -3959899 or 10851267. OLE color: 10851267.

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

Color convert

RGB195147165-
CMYK00.250.150.24
HSL337.5º28.57%67.06%-
HSV(B)337.5º24.62%76.47%-
XYZ39.7335.1940.29-
YUV163.4128.9150.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.46%
GREEN value IS 147 (57.81% from 255) = 28.99%
BLUE value IS 165 (64.84% from 255) = 32.54%
R=38.46%
G=28.99%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514716500.250.150.24337.528.5767.06
HexC393A5019F181521d43
Octal303223245031173052235103
Binary110000111001001110100101011001111111000101010010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C393A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C393A5; }

 p { color: rgb(195,147,165); }

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

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

 a { background-color: rgb(195,147,165); }

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

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

 span { border-color: rgb(195,147,165); }

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