#C480A7

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

Shades of Viola #C480A7

Tints of Viola #C480A7

Color information

#C480A7 (or 0xC480A7) is unknown color: approx Viola. HEX triplet: C4, 80 and A7. RGB value is (196,128,167). Sum of RGB (Red+Green+Blue) = 196+128+167=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C480A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C480A7 is #3B7F58. Grayscale: #989898. Windows color (decimal): -3899225 or 10977476. OLE color: 10977476.

HSL color Cylindrical-coordinate representation of color #C480A7: hue angle of 325.59º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C480A7 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB196128167-
CMYK00.350.150.23
HSL325.59º36.56%63.53%-
HSV(B)325.59º34.69%76.86%-
XYZ37.4629.9640.37-
YUV152.78136.03158.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.92%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 167 (65.62% from 255) = 34.01%
R=39.92%
G=26.07%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612816700.350.150.23325.5936.5663.53
HexC480A7023F171462540
Octal304200247043172750645100
Binary11000100100000001010011101000111111101111010001101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C480A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C480A7; }

 p { color: rgb(196,128,167); }

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

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

 a { background-color: rgb(196,128,167); }

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

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

 span { border-color: rgb(196,128,167); }

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