#C23DC1

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

Shades of Fuchsia #C23DC1

Tints of Fuchsia #C23DC1

Color information

#C23DC1 (or 0xC23DC1) is unknown color: approx Fuchsia. HEX triplet: C2, 3D and C1. RGB value is (194,61,193). Sum of RGB (Red+Green+Blue) = 194+61+193=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C23DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DC1 is #3DC23E. Grayscale: #737373. Windows color (decimal): -4047423 or 12664258. OLE color: 12664258.

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

Color convert

RGB19461193-
CMYK00.690.010.24
HSL300.45º52.16%50%-
HSV(B)300.45º68.56%76.08%-
XYZ33.5418.6652.29-
YUV115.82171.56183.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 61 (24.22% from 255) = 13.62%
BLUE value IS 193 (75.78% from 255) = 43.08%
R=43.30%
G=13.62%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946119300.690.010.24300.4552.1650
HexC23DC104511812c3432
Octal3027530101051304546462
Binary110000101111011100000101000101111000100101100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23DC1; }

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

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

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

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

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

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

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

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