#C181BD

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

Shades of London Hue #C181BD

Tints of London Hue #C181BD

Color information

#C181BD (or 0xC181BD) is unknown color: approx London Hue. HEX triplet: C1, 81 and BD. RGB value is (193,129,189). Sum of RGB (Red+Green+Blue) = 193+129+189=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C181BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C181BD is #3E7E42. Grayscale: #9A9A9A. Windows color (decimal): -4095555 or 12419521. OLE color: 12419521.

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

Color convert

RGB193129189-
CMYK00.330.020.24
HSL303.75º34.04%63.14%-
HSV(B)303.75º33.16%75.69%-
XYZ39.0330.7152.02-
YUV154.98147.2155.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.77%
GREEN value IS 129 (50.78% from 255) = 25.24%
BLUE value IS 189 (74.22% from 255) = 36.99%
R=37.77%
G=25.24%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312918900.330.020.24303.7534.0463.14
HexC181BD021218130223f
Octal3012012750412304604277
Binary11000001100000011011110101000011011000100110000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C181BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C181BD; }

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

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

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

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

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

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

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

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