#C0849F

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

Shades of Viola #C0849F

Tints of Viola #C0849F

Color information

#C0849F (or 0xC0849F) is unknown color: approx Viola. HEX triplet: C0, 84 and 9F. RGB value is (192,132,159). Sum of RGB (Red+Green+Blue) = 192+132+159=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0849F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0849F is #3F7B60. Grayscale: #989898. Windows color (decimal): -4160353 or 10454208. OLE color: 10454208.

HSL color Cylindrical-coordinate representation of color #C0849F: hue angle of 333º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0849F is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB192132159-
CMYK00.310.170.25
HSL333º32.26%63.53%-
HSV(B)333º31.25%75.29%-
XYZ36.2530.2136.72-
YUV153.02131.38155.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 132 (51.95% from 255) = 27.33%
BLUE value IS 159 (62.5% from 255) = 32.92%
R=39.75%
G=27.33%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213215900.310.170.2533332.2663.53
HexC0849F01F111914d2040
Octal300204237037213151540100
Binary11000000100001001001111101111110001110011010011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0849F; }

 p { color: rgb(192,132,159); }

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

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

 a { background-color: rgb(192,132,159); }

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

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

 span { border-color: rgb(192,132,159); }

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