#C388A0

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

Shades of Viola #C388A0

Tints of Viola #C388A0

Color information

#C388A0 (or 0xC388A0) is unknown color: approx Viola. HEX triplet: C3, 88 and A0. RGB value is (195,136,160). Sum of RGB (Red+Green+Blue) = 195+136+160=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C388A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C388A0 is #3C775F. Grayscale: #9C9C9C. Windows color (decimal): -3962720 or 10520771. OLE color: 10520771.

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

Color convert

RGB195136160-
CMYK00.300.180.24
HSL335.59º32.96%64.9%-
HSV(B)335.59º30.26%76.47%-
XYZ37.6631.7537.4-
YUV156.38130.05155.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 136 (53.52% from 255) = 27.70%
BLUE value IS 160 (62.89% from 255) = 32.59%
R=39.71%
G=27.70%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513616000.300.180.24335.5932.9664.9
HexC388A001E12181502141
Octal303210240036223052041101
Binary11000011100010001010000001111010010110001010100001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388A0; }

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

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

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

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

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

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

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

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