#C1829F

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

Shades of Viola #C1829F

Tints of Viola #C1829F

Color information

#C1829F (or 0xC1829F) is unknown color: approx Viola. HEX triplet: C1, 82 and 9F. RGB value is (193,130,159). Sum of RGB (Red+Green+Blue) = 193+130+159=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 159 (62.5% from 255 or 32.99% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1829F is #3E7D60. Grayscale: #989898. Windows color (decimal): -4095329 or 10453697. OLE color: 10453697.

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

Color convert

RGB193130159-
CMYK00.330.180.24
HSL332.38º33.69%63.33%-
HSV(B)332.38º32.64%75.69%-
XYZ36.2329.8136.64-
YUV152.14131.87157.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 130 (51.17% from 255) = 26.97%
BLUE value IS 159 (62.5% from 255) = 32.99%
R=40.04%
G=26.97%
B=32.99%

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
Decimal19313015900.330.180.24332.3833.6963.33
HexC1829F021121814c223f
Octal30120223704122305144277
Binary11000001100000101001111101000011001011000101001100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1829F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1829F; }

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

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

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

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

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

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

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

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