#C281BC

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

Shades of London Hue #C281BC

Tints of London Hue #C281BC

Color information

#C281BC (or 0xC281BC) is unknown color: approx London Hue. HEX triplet: C2, 81 and BC. RGB value is (194,129,188). Sum of RGB (Red+Green+Blue) = 194+129+188=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C281BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281BC is #3D7E43. Grayscale: #9A9A9A. Windows color (decimal): -4030020 or 12353986. OLE color: 12353986.

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

Color convert

RGB194129188-
CMYK00.340.030.24
HSL305.54º34.76%63.33%-
HSV(B)305.54º33.51%76.08%-
XYZ39.1830.851.46-
YUV155.16146.53155.7-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 129 (50.78% from 255) = 25.24%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=37.96%
G=25.24%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412918800.340.030.24305.5434.7663.33
HexC281BC022318132233f
Octal3022012740423304624377
Binary11000010100000011011110001000101111000100110010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C281BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C281BC; }

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

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

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

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

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

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

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

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