#C290A1

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

Shades of Viola #C290A1

Tints of Viola #C290A1

Color information

#C290A1 (or 0xC290A1) is unknown color: approx Viola. HEX triplet: C2, 90 and A1. RGB value is (194,144,161). Sum of RGB (Red+Green+Blue) = 194+144+161=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C290A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C290A1 is #3D6F5E. Grayscale: #A0A0A0. Windows color (decimal): -4026207 or 10588354. OLE color: 10588354.

HSL color Cylindrical-coordinate representation of color #C290A1: hue angle of 339.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C290A1 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB194144161-
CMYK00.260.170.24
HSL339.6º29.07%66.27%-
HSV(B)339.6º25.77%76.08%-
XYZ38.6533.9938.24-
YUV160.89128.06151.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.88%
GREEN value IS 144 (56.64% from 255) = 28.86%
BLUE value IS 161 (63.28% from 255) = 32.26%
R=38.88%
G=28.86%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414416100.260.170.24339.629.0766.27
HexC290A101A11181541d42
Octal302220241032213052435102
Binary1100001010010000101000010110101000111000101010100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C290A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C290A1; }

 p { color: rgb(194,144,161); }

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

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

 a { background-color: rgb(194,144,161); }

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

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

 span { border-color: rgb(194,144,161); }

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