#C381A3

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

Shades of Viola #C381A3

Tints of Viola #C381A3

Color information

#C381A3 (or 0xC381A3) is unknown color: approx Viola. HEX triplet: C3, 81 and A3. RGB value is (195,129,163). Sum of RGB (Red+Green+Blue) = 195+129+163=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 129 (50.78% from 255 or 26.49% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C381A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C381A3 is #3C7E5C. Grayscale: #989898. Windows color (decimal): -3964509 or 10715587. OLE color: 10715587.

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

Color convert

RGB195129163-
CMYK00.340.160.24
HSL329.09º35.48%63.53%-
HSV(B)329.09º33.85%76.47%-
XYZ36.9729.9538.48-
YUV152.61133.87158.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.04%
GREEN value IS 129 (50.78% from 255) = 26.49%
BLUE value IS 163 (64.06% from 255) = 33.47%
R=40.04%
G=26.49%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512916300.340.160.24329.0935.4863.53
HexC381A302210181492340
Octal303201243042203051143100
Binary110000111000000110100011010001010000110001010010011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381A3; }

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

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

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

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

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

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

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

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