#C1819F

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

Shades of Viola #C1819F

Tints of Viola #C1819F

Color information

#C1819F (or 0xC1819F) is unknown color: approx Viola. HEX triplet: C1, 81 and 9F. RGB value is (193,129,159). Sum of RGB (Red+Green+Blue) = 193+129+159=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C1819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1819F is #3E7E60. Grayscale: #979797. Windows color (decimal): -4095585 or 10453441. OLE color: 10453441.

HSL color Cylindrical-coordinate representation of color #C1819F: hue angle of 331.88º 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 #C1819F is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB193129159-
CMYK00.330.180.24
HSL331.88º34.04%63.14%-
HSV(B)331.88º33.16%75.69%-
XYZ36.129.5436.6-
YUV151.56132.2157.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 159 (62.5% from 255) = 33.06%
R=40.12%
G=26.82%
B=33.06%

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
Decimal19312915900.330.180.24331.8834.0463.14
HexC1819F021121814c223f
Octal30120123704122305144277
Binary11000001100000011001111101000011001011000101001100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1819F; }

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

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

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

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

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

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

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

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