#C338AC

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

Shades of Fuchsia #C338AC

Tints of Fuchsia #C338AC

Color information

#C338AC (or 0xC338AC) is unknown color: approx Fuchsia. HEX triplet: C3, 38 and AC. RGB value is (195,56,172). Sum of RGB (Red+Green+Blue) = 195+56+172=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C338AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C338AC is #3CC753. Grayscale: #6E6E6E. Windows color (decimal): -3983188 or 11286723. OLE color: 11286723.

HSL color Cylindrical-coordinate representation of color #C338AC: hue angle of 309.93º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C338AC is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB19556172-
CMYK00.710.120.24
HSL309.93º55.38%49.22%-
HSV(B)309.93º71.28%76.47%-
XYZ31.3717.4140.74-
YUV110.78162.55188.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.10%
GREEN value IS 56 (22.27% from 255) = 13.24%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=46.10%
G=13.24%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955617200.710.120.24309.9355.3849.22
HexC338AC047C181363731
Octal30370254010714304666761
Binary110000111110001010110001000111110011000100110110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C338AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C338AC; }

 p { color: rgb(195,56,172); }

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

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

 a { background-color: rgb(195,56,172); }

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

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

 span { border-color: rgb(195,56,172); }

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