#C181BF

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

Shades of London Hue #C181BF

Tints of London Hue #C181BF

Color information

#C181BF (or 0xC181BF) is unknown color: approx London Hue. HEX triplet: C1, 81 and BF. RGB value is (193,129,191). Sum of RGB (Red+Green+Blue) = 193+129+191=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C181BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181BF is #3E7E40. Grayscale: #9B9B9B. Windows color (decimal): -4095553 or 12550593. OLE color: 12550593.

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

Color convert

RGB193129191-
CMYK00.330.010.24
HSL301.88º34.04%63.14%-
HSV(B)301.88º33.16%75.69%-
XYZ39.2530.853.17-
YUV155.2148.2154.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.62%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 191 (75% from 255) = 37.23%
R=37.62%
G=25.15%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312919100.330.010.24301.8834.0463.14
HexC181BF02111812e223f
Octal3012012770411304564277
Binary1100000110000001101111110100001111000100101110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C181BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C181BF; }

 p { color: rgb(193,129,191); }

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

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

 a { background-color: rgb(193,129,191); }

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

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

 span { border-color: rgb(193,129,191); }

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