#C23BC2

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

Shades of Fuchsia #C23BC2

Tints of Fuchsia #C23BC2

Color information

#C23BC2 (or 0xC23BC2) is unknown color: approx Fuchsia. HEX triplet: C2, 3B and C2. RGB value is (194,59,194). Sum of RGB (Red+Green+Blue) = 194+59+194=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C23BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23BC2 is #3DC43D. Grayscale: #727272. Windows color (decimal): -4047934 or 12729282. OLE color: 12729282.

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

Color convert

RGB19459194-
CMYK00.7000.24
HSL300º53.36%49.61%-
HSV(B)300º69.59%76.08%-
XYZ33.5518.4952.84-
YUV114.76172.73184.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 59 (23.44% from 255) = 13.20%
BLUE value IS 194 (76.17% from 255) = 43.40%
R=43.40%
G=13.20%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945919400.7000.2430053.3649.61
HexC23BC204601812c3532
Octal3027330201060304546562
Binary110000101110111100001001000110011000100101100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23BC2; }

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

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

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

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

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

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

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

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