#C191A7

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

Shades of Viola #C191A7

Tints of Viola #C191A7

Color information

#C191A7 (or 0xC191A7) is unknown color: approx Viola. HEX triplet: C1, 91 and A7. RGB value is (193,145,167). Sum of RGB (Red+Green+Blue) = 193+145+167=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C191A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C191A7 is #3E6E58. Grayscale: #A1A1A1. Windows color (decimal): -4091481 or 10981825. OLE color: 10981825.

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

Color convert

RGB193145167-
CMYK00.250.130.24
HSL332.5º27.91%66.27%-
HSV(B)332.5º24.87%75.69%-
XYZ39.0934.3841.13-
YUV161.86130.9150.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.22%
GREEN value IS 145 (57.03% from 255) = 28.71%
BLUE value IS 167 (65.62% from 255) = 33.07%
R=38.22%
G=28.71%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314516700.250.130.24332.527.9166.27
HexC191A7019D1814c1c42
Octal301221247031153051434102
Binary110000011001000110100111011001110111000101001100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C191A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C191A7; }

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

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

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

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

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

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

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

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