#c23cba

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

Shades of Fuchsia #C23CBA

Tints of Fuchsia #C23CBA

Color information

#C23CBA (or 0xC23CBA) is unknown color: approx Fuchsia. HEX triplet: C2, 3C and BA. RGB value is (194,60,186). Sum of RGB (Red+Green+Blue) = 194+60+186=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CBA is #3DC345. Grayscale: #727272. Windows color (decimal): -4047686 or 12205250. OLE color: 12205250.

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

Color convert

RGB19460186-
CMYK00.690.040.24
HSL303.58º52.76%49.8%-
HSV(B)303.58º69.07%76.08%-
XYZ32.7318.2548.25-
YUV114.43168.39184.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.09%
GREEN value IS 60 (23.83% from 255) = 13.64%
BLUE value IS 186 (73.05% from 255) = 42.27%
R=44.09%
G=13.64%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946018600.690.040.24303.5852.7649.8
HexC23CBA0454181303532
Octal3027427201054304606562
Binary11000010111100101110100100010110011000100110000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c23cba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c23cba; }

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

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

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

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

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

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

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

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