#C2829F

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

Shades of Viola #C2829F

Tints of Viola #C2829F

Color information

#C2829F (or 0xC2829F) is unknown color: approx Viola. HEX triplet: C2, 82 and 9F. RGB value is (194,130,159). Sum of RGB (Red+Green+Blue) = 194+130+159=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2829F is #3D7D60. Grayscale: #989898. Windows color (decimal): -4029793 or 10453698. OLE color: 10453698.

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

Color convert

RGB194130159-
CMYK00.330.180.24
HSL332.81º34.41%63.53%-
HSV(B)332.81º32.99%76.08%-
XYZ36.4929.9436.66-
YUV152.44131.7157.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.17%
GREEN value IS 130 (51.17% from 255) = 26.92%
BLUE value IS 159 (62.5% from 255) = 32.92%
R=40.17%
G=26.92%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413015900.330.180.24332.8134.4163.53
HexC2829F021121814d2240
Octal302202237041223051542100
Binary110000101000001010011111010000110010110001010011011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2829F; }

 p { color: rgb(194,130,159); }

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

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

 a { background-color: rgb(194,130,159); }

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

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

 span { border-color: rgb(194,130,159); }

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