#C23CB6

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

Shades of Fuchsia #C23CB6

Tints of Fuchsia #C23CB6

Color information

#C23CB6 (or 0xC23CB6) is unknown color: approx Fuchsia. HEX triplet: C2, 3C and B6. RGB value is (194,60,182). Sum of RGB (Red+Green+Blue) = 194+60+182=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 182 (71.48% from 255 or 41.74% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CB6 is #3DC349. Grayscale: #717171. Windows color (decimal): -4047690 or 11943106. OLE color: 11943106.

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

Color convert

RGB19460182-
CMYK00.690.060.24
HSL305.37º52.76%49.8%-
HSV(B)305.37º69.07%76.08%-
XYZ32.3118.0846.04-
YUV113.97166.39185.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 60 (23.83% from 255) = 13.76%
BLUE value IS 182 (71.48% from 255) = 41.74%
R=44.50%
G=13.76%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946018200.690.060.24305.3752.7649.8
HexC23CB60456181313532
Octal3027426601056304616562
Binary11000010111100101101100100010111011000100110001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23CB6; }

 p { color: rgb(194,60,182); }

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

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

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

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

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

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

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