#C338AB

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

Shades of Fuchsia #C338AB

Tints of Fuchsia #C338AB

Color information

#C338AB (or 0xC338AB) is unknown color: approx Fuchsia. HEX triplet: C3, 38 and AB. RGB value is (195,56,171). Sum of RGB (Red+Green+Blue) = 195+56+171=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C338AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C338AB is #3CC754. Grayscale: #6E6E6E. Windows color (decimal): -3983189 or 11221187. OLE color: 11221187.

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

Color convert

RGB19556171-
CMYK00.710.120.24
HSL310.36º55.38%49.22%-
HSV(B)310.36º71.28%76.47%-
XYZ31.2717.3740.23-
YUV110.67162.05188.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.21%
GREEN value IS 56 (22.27% from 255) = 13.27%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=46.21%
G=13.27%
B=40.52%

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
Decimal1955617100.710.120.24310.3655.3849.22
HexC338AB047C181363731
Octal30370253010714304666761
Binary110000111110001010101101000111110011000100110110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C338AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C338AB; }

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

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

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

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

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

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

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

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