#C23CB5

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

Shades of Fuchsia #C23CB5

Tints of Fuchsia #C23CB5

Color information

#C23CB5 (or 0xC23CB5) is unknown color: approx Fuchsia. HEX triplet: C2, 3C and B5. RGB value is (194,60,181). Sum of RGB (Red+Green+Blue) = 194+60+181=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 60 (23.83% from 255 or 13.79% from 435); Blue value is 181 (71.09% from 255 or 41.61% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23CB5 is #3DC34A. Grayscale: #717171. Windows color (decimal): -4047691 or 11877570. OLE color: 11877570.

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

Color convert

RGB19460181-
CMYK00.690.070.24
HSL305.82º52.76%49.8%-
HSV(B)305.82º69.07%76.08%-
XYZ32.218.0445.5-
YUV113.86165.89185.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 60 (23.83% from 255) = 13.79%
BLUE value IS 181 (71.09% from 255) = 41.61%
R=44.60%
G=13.79%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946018100.690.070.24305.8252.7649.8
HexC23CB50457181323532
Octal3027426501057304626562
Binary11000010111100101101010100010111111000100110010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23CB5; }

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

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

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

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

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

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

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

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