#C38FA3

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

Shades of Viola #C38FA3

Tints of Viola #C38FA3

Color information

#C38FA3 (or 0xC38FA3) is unknown color: approx Viola. HEX triplet: C3, 8F and A3. RGB value is (195,143,163). Sum of RGB (Red+Green+Blue) = 195+143+163=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38FA3 is #3C705C. Grayscale: #A0A0A0. Windows color (decimal): -3960925 or 10719171. OLE color: 10719171.

HSL color Cylindrical-coordinate representation of color #C38FA3: hue angle of 336.92º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C38FA3 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB195143163-
CMYK00.270.160.24
HSL336.92º30.23%66.27%-
HSV(B)336.92º26.67%76.47%-
XYZ38.9433.8939.14-
YUV160.83129.23152.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.92%
GREEN value IS 143 (56.25% from 255) = 28.54%
BLUE value IS 163 (64.06% from 255) = 32.53%
R=38.92%
G=28.54%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514316300.270.160.24336.9230.2366.27
HexC38FA301B10181511e42
Octal303217243033203052136102
Binary1100001110001111101000110110111000011000101010001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38FA3; }

 p { color: rgb(195,143,163); }

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

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

 a { background-color: rgb(195,143,163); }

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

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

 span { border-color: rgb(195,143,163); }

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