#C481BD

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

Shades of London Hue #C481BD

Tints of London Hue #C481BD

Color information

#C481BD (or 0xC481BD) is unknown color: approx London Hue. HEX triplet: C4, 81 and BD. RGB value is (196,129,189). Sum of RGB (Red+Green+Blue) = 196+129+189=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C481BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481BD is #3B7E42. Grayscale: #9B9B9B. Windows color (decimal): -3898947 or 12419524. OLE color: 12419524.

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

Color convert

RGB196129189-
CMYK00.340.040.23
HSL306.27º36.22%63.73%-
HSV(B)306.27º34.18%76.86%-
XYZ39.831.1152.05-
YUV155.87146.7156.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.13%
GREEN value IS 129 (50.78% from 255) = 25.10%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=38.13%
G=25.10%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612918900.340.040.23306.2736.2263.73
HexC481BD0224171322440
Octal30420127504242746244100
Binary1100010010000001101111010100010100101111001100101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481BD; }

 p { color: rgb(196,129,189); }

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

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

 a { background-color: rgb(196,129,189); }

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

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

 span { border-color: rgb(196,129,189); }

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