#C23CB7

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

Shades of Fuchsia #C23CB7

Tints of Fuchsia #C23CB7

Color information

#C23CB7 (or 0xC23CB7) is unknown color: approx Fuchsia. HEX triplet: C2, 3C and B7. RGB value is (194,60,183). Sum of RGB (Red+Green+Blue) = 194+60+183=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CB7 is #3DC348. Grayscale: #717171. Windows color (decimal): -4047689 or 12008642. OLE color: 12008642.

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

Color convert

RGB19460183-
CMYK00.690.060.24
HSL304.93º52.76%49.8%-
HSV(B)304.93º69.07%76.08%-
XYZ32.4118.1246.59-
YUV114.09166.89185-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.39%
GREEN value IS 60 (23.83% from 255) = 13.73%
BLUE value IS 183 (71.88% from 255) = 41.88%
R=44.39%
G=13.73%
B=41.88%

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
Decimal1946018300.690.060.24304.9352.7649.8
HexC23CB70456181313532
Octal3027426701056304616562
Binary11000010111100101101110100010111011000100110001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23CB7; }

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

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

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

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

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

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

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

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