#C381BC

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

Shades of London Hue #C381BC

Tints of London Hue #C381BC

Color information

#C381BC (or 0xC381BC) is unknown color: approx London Hue. HEX triplet: C3, 81 and BC. RGB value is (195,129,188). Sum of RGB (Red+Green+Blue) = 195+129+188=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C381BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381BC is #3C7E43. Grayscale: #9B9B9B. Windows color (decimal): -3964484 or 12353987. OLE color: 12353987.

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

Color convert

RGB195129188-
CMYK00.340.040.24
HSL306.36º35.48%63.53%-
HSV(B)306.36º33.85%76.47%-
XYZ39.4330.9351.47-
YUV155.46146.37156.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.09%
GREEN value IS 129 (50.78% from 255) = 25.20%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=38.09%
G=25.20%
B=36.72%

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
Decimal19512918800.340.040.24306.3635.4863.53
HexC381BC0224181322340
Octal30320127404243046243100
Binary1100001110000001101111000100010100110001001100101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381BC; }

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

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

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

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

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

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

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

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