#C380B5

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

Shades of London Hue #C380B5

Tints of London Hue #C380B5

Color information

#C380B5 (or 0xC380B5) is unknown color: approx London Hue. HEX triplet: C3, 80 and B5. RGB value is (195,128,181). Sum of RGB (Red+Green+Blue) = 195+128+181=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C380B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380B5 is #3C7F4A. Grayscale: #999999. Windows color (decimal): -3964747 or 11894979. OLE color: 11894979.

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

Color convert

RGB195128181-
CMYK00.340.070.24
HSL312.54º35.83%63.33%-
HSV(B)312.54º34.36%76.47%-
XYZ38.5730.3847.55-
YUV154.07143.2157.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 181 (71.09% from 255) = 35.91%
R=38.69%
G=25.40%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512818100.340.070.24312.5435.8363.33
HexC380B5022718139243f
Octal3032002650427304714477
Binary110000111000000010110101010001011111000100111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380B5; }

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

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

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

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

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

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

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

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