#C1849E

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

Shades of Viola #C1849E

Tints of Viola #C1849E

Color information

#C1849E (or 0xC1849E) is unknown color: approx Viola. HEX triplet: C1, 84 and 9E. RGB value is (193,132,158). Sum of RGB (Red+Green+Blue) = 193+132+158=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1849E is #3E7B61. Grayscale: #999999. Windows color (decimal): -4094818 or 10388673. OLE color: 10388673.

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

Color convert

RGB193132158-
CMYK00.320.180.24
HSL334.43º32.97%63.73%-
HSV(B)334.43º31.61%75.69%-
XYZ36.4230.3136.28-
YUV153.2130.71156.39-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 158 (62.11% from 255) = 32.71%
R=39.96%
G=27.33%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313215800.320.180.24334.4332.9763.73
HexC1849E020121814e2140
Octal301204236040223051641100
Binary110000011000010010011110010000010010110001010011101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1849E; }

 p { color: rgb(193,132,158); }

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

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

 a { background-color: rgb(193,132,158); }

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

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

 span { border-color: rgb(193,132,158); }

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