#C191A4

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

Shades of Viola #C191A4

Tints of Viola #C191A4

Color information

#C191A4 (or 0xC191A4) is unknown color: approx Viola. HEX triplet: C1, 91 and A4. RGB value is (193,145,164). Sum of RGB (Red+Green+Blue) = 193+145+164=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 164 (64.45% from 255 or 32.67% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C191A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C191A4 is #3E6E5B. Grayscale: #A1A1A1. Windows color (decimal): -4091484 or 10785217. OLE color: 10785217.

HSL color Cylindrical-coordinate representation of color #C191A4: hue angle of 336.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C191A4 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB193145164-
CMYK00.250.150.24
HSL336.25º27.91%66.27%-
HSV(B)336.25º24.87%75.69%-
XYZ38.8234.2739.69-
YUV161.52129.4150.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.45%
GREEN value IS 145 (57.03% from 255) = 28.88%
BLUE value IS 164 (64.45% from 255) = 32.67%
R=38.45%
G=28.88%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314516400.250.150.24336.2527.9166.27
HexC191A4019F181501c42
Octal301221244031173052034102
Binary110000011001000110100100011001111111000101010000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C191A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C191A4; }

 p { color: rgb(193,145,164); }

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

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

 a { background-color: rgb(193,145,164); }

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

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

 span { border-color: rgb(193,145,164); }

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