#C23ACC

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

Shades of Fuchsia #C23ACC

Tints of Fuchsia #C23ACC

Color information

#C23ACC (or 0xC23ACC) is unknown color: approx Fuchsia. HEX triplet: C2, 3A and CC. RGB value is (194,58,204). Sum of RGB (Red+Green+Blue) = 194+58+204=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #C23ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ACC is #3DC533. Grayscale: #727272. Windows color (decimal): -4048180 or 13384386. OLE color: 13384386.

HSL color Cylindrical-coordinate representation of color #C23ACC: hue angle of 295.89º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23ACC is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19458204-
CMYK0.050.7200.2
HSL295.89º58.87%51.37%-
HSV(B)295.89º71.57%80%-
XYZ34.6618.8658.94-
YUV115.31178.06184.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.54%
GREEN value IS 58 (23.05% from 255) = 12.72%
BLUE value IS 204 (80.08% from 255) = 44.74%
R=42.54%
G=12.72%
B=44.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal194582040.050.7200.2295.8958.8751.37
HexC23ACC5480141283b33
Octal3027231451100244507363
Binary11000010111010110011001011001000010100100101000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23ACC; }

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

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

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

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

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

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

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

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