#C234AB

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

Shades of Fuchsia #C234AB

Tints of Fuchsia #C234AB

Color information

#C234AB (or 0xC234AB) is unknown color: approx Fuchsia. HEX triplet: C2, 34 and AB. RGB value is (194,52,171). Sum of RGB (Red+Green+Blue) = 194+52+171=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C234AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C234AB is #3DCB54. Grayscale: #6B6B6B. Windows color (decimal): -4049749 or 11220162. OLE color: 11220162.

HSL color Cylindrical-coordinate representation of color #C234AB: hue angle of 309.72º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C234AB is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB19452171-
CMYK00.730.120.24
HSL309.72º57.72%48.24%-
HSV(B)309.72º73.2%76.08%-
XYZ30.8316.8740.16-
YUV108.02163.54189.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.52%
GREEN value IS 52 (20.70% from 255) = 12.47%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=46.52%
G=12.47%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945217100.730.120.24309.7257.7248.24
HexC234AB049C181363a30
Octal30264253011114304667260
Binary110000101101001010101101001001110011000100110110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C234AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C234AB; }

 p { color: rgb(194,52,171); }

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

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

 a { background-color: rgb(194,52,171); }

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

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

 span { border-color: rgb(194,52,171); }

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