#C23BAC

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

Shades of Fuchsia #C23BAC

Tints of Fuchsia #C23BAC

Color information

#C23BAC (or 0xC23BAC) is unknown color: approx Fuchsia. HEX triplet: C2, 3B and AC. RGB value is (194,59,172). Sum of RGB (Red+Green+Blue) = 194+59+172=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C23BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23BAC is #3DC453. Grayscale: #6F6F6F. Windows color (decimal): -4047956 or 11287490. OLE color: 11287490.

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

Color convert

RGB19459172-
CMYK00.700.110.24
HSL309.78º53.36%49.61%-
HSV(B)309.78º69.59%76.08%-
XYZ31.2617.5840.77-
YUV112.25161.73186.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.65%
GREEN value IS 59 (23.44% from 255) = 13.88%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=45.65%
G=13.88%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945917200.700.110.24309.7853.3649.61
HexC23BAC046B181363532
Octal30273254010613304666562
Binary110000101110111010110001000110101111000100110110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23BAC; }

 p { color: rgb(194,59,172); }

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

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

 a { background-color: rgb(194,59,172); }

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

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

 span { border-color: rgb(194,59,172); }

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