#C281B7

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

Shades of London Hue #C281B7

Tints of London Hue #C281B7

Color information

#C281B7 (or 0xC281B7) is unknown color: approx London Hue. HEX triplet: C2, 81 and B7. RGB value is (194,129,183). Sum of RGB (Red+Green+Blue) = 194+129+183=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C281B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281B7 is #3D7E48. Grayscale: #9A9A9A. Windows color (decimal): -4030025 or 12026306. OLE color: 12026306.

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

Color convert

RGB194129183-
CMYK00.340.060.24
HSL310.15º34.76%63.33%-
HSV(B)310.15º33.51%76.08%-
XYZ38.6530.5948.67-
YUV154.59144.03156.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 129 (50.78% from 255) = 25.49%
BLUE value IS 183 (71.88% from 255) = 36.17%
R=38.34%
G=25.49%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412918300.340.060.24310.1534.7663.33
HexC281B7022618136233f
Octal3022012670426304664377
Binary110000101000000110110111010001011011000100110110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C281B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C281B7; }

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

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

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

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

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

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

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

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