#C481BC

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

Shades of London Hue #C481BC

Tints of London Hue #C481BC

Color information

#C481BC (or 0xC481BC) is unknown color: approx London Hue. HEX triplet: C4, 81 and BC. RGB value is (196,129,188). Sum of RGB (Red+Green+Blue) = 196+129+188=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C481BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C481BC is #3B7E43. Grayscale: #9B9B9B. Windows color (decimal): -3898948 or 12353988. OLE color: 12353988.

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

Color convert

RGB196129188-
CMYK00.340.040.23
HSL307.16º36.22%63.73%-
HSV(B)307.16º34.18%76.86%-
XYZ39.6931.0751.48-
YUV155.76146.2156.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=38.21%
G=25.15%
B=36.65%

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
Decimal19612918800.340.040.23307.1636.2263.73
HexC481BC0224171332440
Octal30420127404242746344100
Binary1100010010000001101111000100010100101111001100111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481BC; }

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

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

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

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

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

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

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

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