#C23ACA

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

Shades of Fuchsia #C23ACA

Tints of Fuchsia #C23ACA

Color information

#C23ACA (or 0xC23ACA) is unknown color: approx Fuchsia. HEX triplet: C2, 3A and CA. RGB value is (194,58,202). Sum of RGB (Red+Green+Blue) = 194+58+202=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #C23ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23ACA is #3DC535. Grayscale: #727272. Windows color (decimal): -4048182 or 13253314. OLE color: 13253314.

HSL color Cylindrical-coordinate representation of color #C23ACA: hue angle of 296.67º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23ACA is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19458202-
CMYK0.040.7100.21
HSL296.67º57.6%50.98%-
HSV(B)296.67º71.29%79.22%-
XYZ34.4218.7657.68-
YUV115.08177.06184.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.73%
GREEN value IS 58 (23.05% from 255) = 12.78%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=42.73%
G=12.78%
B=44.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194582020.040.7100.21296.6757.650.98
HexC23ACA4470151293a33
Octal3027231241070254517263
Binary11000010111010110010101001000111010101100101001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23ACA; }

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

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

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

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

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

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

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

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