#C381BB

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

Shades of London Hue #C381BB

Tints of London Hue #C381BB

Color information

#C381BB (or 0xC381BB) is unknown color: approx London Hue. HEX triplet: C3, 81 and BB. RGB value is (195,129,187). Sum of RGB (Red+Green+Blue) = 195+129+187=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C381BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381BB is #3C7E44. Grayscale: #9B9B9B. Windows color (decimal): -3964485 or 12288451. OLE color: 12288451.

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

Color convert

RGB195129187-
CMYK00.340.040.24
HSL307.27º35.48%63.53%-
HSV(B)307.27º33.85%76.47%-
XYZ39.3330.8950.9-
YUV155.35145.87156.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.16%
GREEN value IS 129 (50.78% from 255) = 25.24%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=38.16%
G=25.24%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512918700.340.040.24307.2735.4863.53
HexC381BB0224181332340
Octal30320127304243046343100
Binary1100001110000001101110110100010100110001001100111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381BB; }

 p { color: rgb(195,129,187); }

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

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

 a { background-color: rgb(195,129,187); }

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

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

 span { border-color: rgb(195,129,187); }

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