#C236C4

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

Shades of Fuchsia #C236C4

Tints of Fuchsia #C236C4

Color information

#C236C4 (or 0xC236C4) is unknown color: approx Fuchsia. HEX triplet: C2, 36 and C4. RGB value is (194,54,196). Sum of RGB (Red+Green+Blue) = 194+54+196=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 54 (21.48% from 255 or 12.16% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 196 - color contains mainly: blue. Hex color #C236C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236C4 is #3DC93B. Grayscale: #6F6F6F. Windows color (decimal): -4049212 or 12859074. OLE color: 12859074.

HSL color Cylindrical-coordinate representation of color #C236C4: hue angle of 299.15º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C236C4 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19454196-
CMYK0.010.7200.23
HSL299.15º56.8%49.02%-
HSV(B)299.15º72.45%76.86%-
XYZ33.5318.0953.95-
YUV112.05175.38186.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.69%
GREEN value IS 54 (21.48% from 255) = 12.16%
BLUE value IS 196 (76.95% from 255) = 44.14%
R=43.69%
G=12.16%
B=44.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal194541960.010.7200.23299.1556.849.02
HexC236C414801712b3931
Octal3026630411100274537161
Binary110000101101101100010011001000010111100101011111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C236C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C236C4; }

 p { color: rgb(194,54,196); }

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

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

 a { background-color: rgb(194,54,196); }

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

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

 span { border-color: rgb(194,54,196); }

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