#C1859F

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

Shades of Viola #C1859F

Tints of Viola #C1859F

Color information

#C1859F (or 0xC1859F) is unknown color: approx Viola. HEX triplet: C1, 85 and 9F. RGB value is (193,133,159). Sum of RGB (Red+Green+Blue) = 193+133+159=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 193 - color contains mainly: red. Hex color #C1859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1859F is #3E7A60. Grayscale: #999999. Windows color (decimal): -4094561 or 10454465. OLE color: 10454465.

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

Color convert

RGB193133159-
CMYK00.310.180.24
HSL334º32.61%63.92%-
HSV(B)334º31.09%75.69%-
XYZ36.6430.6236.78-
YUV153.9130.88155.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.79%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 159 (62.5% from 255) = 32.78%
R=39.79%
G=27.42%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313315900.310.180.2433432.6163.92
HexC1859F01F121814e2140
Octal301205237037223051641100
Binary11000001100001011001111101111110010110001010011101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1859F; }

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

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

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

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

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

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

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

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