#C23DAD

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

Shades of Fuchsia #C23DAD

Tints of Fuchsia #C23DAD

Color information

#C23DAD (or 0xC23DAD) is unknown color: approx Fuchsia. HEX triplet: C2, 3D and AD. RGB value is (194,61,173). Sum of RGB (Red+Green+Blue) = 194+61+173=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23DAD is #3DC252. Grayscale: #717171. Windows color (decimal): -4047443 or 11353538. OLE color: 11353538.

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

Color convert

RGB19461173-
CMYK00.690.110.24
HSL309.47º52.16%50%-
HSV(B)309.47º68.56%76.08%-
XYZ31.4617.8241.32-
YUV113.54161.56185.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.33%
GREEN value IS 61 (24.22% from 255) = 14.25%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=45.33%
G=14.25%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946117300.690.110.24309.4752.1650
HexC23DAD045B181353432
Octal30275255010513304656462
Binary110000101111011010110101000101101111000100110101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23DAD; }

 p { color: rgb(194,61,173); }

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

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

 a { background-color: rgb(194,61,173); }

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

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

 span { border-color: rgb(194,61,173); }

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