#C380BF

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

Shades of London Hue #C380BF

Tints of London Hue #C380BF

Color information

#C380BF (or 0xC380BF) is unknown color: approx London Hue. HEX triplet: C3, 80 and BF. RGB value is (195,128,191). Sum of RGB (Red+Green+Blue) = 195+128+191=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C380BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380BF is #3C7F40. Grayscale: #9B9B9B. Windows color (decimal): -3964737 or 12550339. OLE color: 12550339.

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

Color convert

RGB195128191-
CMYK00.340.020.24
HSL303.58º35.83%63.33%-
HSV(B)303.58º34.36%76.47%-
XYZ39.6330.853.15-
YUV155.22148.2156.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 128 (50.39% from 255) = 24.90%
BLUE value IS 191 (75% from 255) = 37.16%
R=37.94%
G=24.90%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512819100.340.020.24303.5835.8363.33
HexC380BF022218130243f
Octal3032002770422304604477
Binary11000011100000001011111101000101011000100110000100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380BF; }

 p { color: rgb(195,128,191); }

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

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

 a { background-color: rgb(195,128,191); }

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

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

 span { border-color: rgb(195,128,191); }

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