#C388A3

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

Shades of Viola #C388A3

Tints of Viola #C388A3

Color information

#C388A3 (or 0xC388A3) is unknown color: approx Viola. HEX triplet: C3, 88 and A3. RGB value is (195,136,163). Sum of RGB (Red+Green+Blue) = 195+136+163=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C388A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C388A3 is #3C775C. Grayscale: #9C9C9C. Windows color (decimal): -3962717 or 10717379. OLE color: 10717379.

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

Color convert

RGB195136163-
CMYK00.300.160.24
HSL332.54º32.96%64.9%-
HSV(B)332.54º30.26%76.47%-
XYZ37.9231.8538.8-
YUV156.72131.55155.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 136 (53.52% from 255) = 27.53%
BLUE value IS 163 (64.06% from 255) = 33.00%
R=39.47%
G=27.53%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513616300.300.160.24332.5432.9664.9
HexC388A301E101814d2141
Octal303210243036203051541101
Binary11000011100010001010001101111010000110001010011011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388A3; }

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

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

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

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

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

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

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

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