#C23AB7

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

Shades of Fuchsia #C23AB7

Tints of Fuchsia #C23AB7

Color information

#C23AB7 (or 0xC23AB7) is unknown color: approx Fuchsia. HEX triplet: C2, 3A and B7. RGB value is (194,58,183). Sum of RGB (Red+Green+Blue) = 194+58+183=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C23AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23AB7 is #3DC548. Grayscale: #707070. Windows color (decimal): -4048201 or 12008130. OLE color: 12008130.

HSL color Cylindrical-coordinate representation of color #C23AB7: hue angle of 304.85º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23AB7 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB19458183-
CMYK00.700.060.24
HSL304.85º53.97%49.41%-
HSV(B)304.85º70.1%76.08%-
XYZ32.3117.9146.55-
YUV112.91167.56185.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 58 (23.05% from 255) = 13.33%
BLUE value IS 183 (71.88% from 255) = 42.07%
R=44.60%
G=13.33%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945818300.700.060.24304.8553.9749.41
HexC23AB70466181313631
Octal3027226701066304616661
Binary11000010111010101101110100011011011000100110001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23AB7; }

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

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

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

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

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

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

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

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