#C141AB

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

Shades of Fuchsia #C141AB

Tints of Fuchsia #C141AB

Color information

#C141AB (or 0xC141AB) is unknown color: approx Fuchsia. HEX triplet: C1, 41 and AB. RGB value is (193,65,171). Sum of RGB (Red+Green+Blue) = 193+65+171=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C141AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C141AB is #3EBE54. Grayscale: #737373. Windows color (decimal): -4111957 or 11223489. OLE color: 11223489.

HSL color Cylindrical-coordinate representation of color #C141AB: hue angle of 310.31º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C141AB is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19365171-
CMYK00.660.110.24
HSL310.31º50.79%50.59%-
HSV(B)310.31º66.32%75.69%-
XYZ31.2318.0640.37-
YUV115.36159.41183.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 65 (25.78% from 255) = 15.15%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=44.99%
G=15.15%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936517100.660.110.24310.3150.7950.59
HexC141AB042B181363333
Octal301101253010213304666363
Binary1100000110000011010101101000010101111000100110110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C141AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C141AB; }

 p { color: rgb(193,65,171); }

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

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

 a { background-color: rgb(193,65,171); }

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

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

 span { border-color: rgb(193,65,171); }

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