#C1859D

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

Shades of Viola #C1859D

Tints of Viola #C1859D

Color information

#C1859D (or 0xC1859D) is unknown color: approx Viola. HEX triplet: C1, 85 and 9D. RGB value is (193,133,157). Sum of RGB (Red+Green+Blue) = 193+133+157=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 157 (61.72% from 255 or 32.51% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1859D is #3E7A62. Grayscale: #999999. Windows color (decimal): -4094563 or 10323393. OLE color: 10323393.

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

Color convert

RGB193133157-
CMYK00.310.190.24
HSL336º32.61%63.92%-
HSV(B)336º31.09%75.69%-
XYZ36.4730.5535.87-
YUV153.68129.88156.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 157 (61.72% from 255) = 32.51%
R=39.96%
G=27.54%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313315700.310.190.2433632.6163.92
HexC1859D01F13181502140
Octal301205235037233052041100
Binary11000001100001011001110101111110011110001010100001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1859D; }

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

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

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

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

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

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

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

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