#C23DC6

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

Shades of Fuchsia #C23DC6

Tints of Fuchsia #C23DC6

Color information

#C23DC6 (or 0xC23DC6) is unknown color: approx Fuchsia. HEX triplet: C2, 3D and C6. RGB value is (194,61,198). Sum of RGB (Red+Green+Blue) = 194+61+198=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 198 - color contains mainly: blue. Hex color #C23DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C23DC6 is #3DC239. Grayscale: #737373. Windows color (decimal): -4047418 or 12991938. OLE color: 12991938.

HSL color Cylindrical-coordinate representation of color #C23DC6: hue angle of 298.25º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23DC6 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19461198-
CMYK0.020.6900.22
HSL298.25º54.58%50.78%-
HSV(B)298.25º69.19%77.65%-
XYZ34.1118.8855.27-
YUV116.38174.06183.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 61 (24.22% from 255) = 13.47%
BLUE value IS 198 (77.73% from 255) = 43.71%
R=42.83%
G=13.47%
B=43.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal194611980.020.6900.22298.2554.5850.78
HexC23DC624501612a3733
Octal3027530621050264526763
Binary1100001011110111000110101000101010110100101010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23DC6; }

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

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

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

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

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

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

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

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