#C380A5

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

Shades of Viola #C380A5

Tints of Viola #C380A5

Color information

#C380A5 (or 0xC380A5) is unknown color: approx Viola. HEX triplet: C3, 80 and A5. RGB value is (195,128,165). Sum of RGB (Red+Green+Blue) = 195+128+165=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 165 (64.84% from 255 or 33.81% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C380A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C380A5 is #3C7F5A. Grayscale: #989898. Windows color (decimal): -3964763 or 10846403. OLE color: 10846403.

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

Color convert

RGB195128165-
CMYK00.340.150.24
HSL326.87º35.83%63.33%-
HSV(B)326.87º34.36%76.47%-
XYZ37.0229.7639.39-
YUV152.25135.2158.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 128 (50.39% from 255) = 26.23%
BLUE value IS 165 (64.84% from 255) = 33.81%
R=39.96%
G=26.23%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512816500.340.150.24326.8735.8363.33
HexC380A5022F18147243f
Octal30320024504217305074477
Binary1100001110000000101001010100010111111000101000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380A5; }

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

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

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

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

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

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

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

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