#C140AB

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

Shades of Fuchsia #C140AB

Tints of Fuchsia #C140AB

Color information

#C140AB (or 0xC140AB) is unknown color: approx Fuchsia. HEX triplet: C1, 40 and AB. RGB value is (193,64,171). Sum of RGB (Red+Green+Blue) = 193+64+171=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C140AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C140AB is #3EBF54. Grayscale: #727272. Windows color (decimal): -4112213 or 11223233. OLE color: 11223233.

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

Color convert

RGB19364171-
CMYK00.670.110.24
HSL310.23º50.99%50.39%-
HSV(B)310.23º66.84%75.69%-
XYZ31.1817.9440.35-
YUV114.77159.74183.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.09%
GREEN value IS 64 (25.39% from 255) = 14.95%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=45.09%
G=14.95%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936417100.670.110.24310.2350.9950.39
HexC140AB043B181363332
Octal301100253010313304666362
Binary1100000110000001010101101000011101111000100110110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C140AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C140AB; }

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

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

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

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

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

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

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

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