#C238BE

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

Shades of Fuchsia #C238BE

Tints of Fuchsia #C238BE

Color information

#C238BE (or 0xC238BE) is unknown color: approx Fuchsia. HEX triplet: C2, 38 and BE. RGB value is (194,56,190). Sum of RGB (Red+Green+Blue) = 194+56+190=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C238BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C238BE is #3DC741. Grayscale: #707070. Windows color (decimal): -4048706 or 12466370. OLE color: 12466370.

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

Color convert

RGB19456190-
CMYK00.710.020.24
HSL301.74º55.2%49.02%-
HSV(B)301.74º71.13%76.08%-
XYZ32.9618.0250.46-
YUV112.54171.72186.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.09%
GREEN value IS 56 (22.27% from 255) = 12.73%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=44.09%
G=12.73%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945619000.710.020.24301.7455.249.02
HexC238BE04721812e3731
Octal3027027601072304566761
Binary1100001011100010111110010001111011000100101110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C238BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C238BE; }

 p { color: rgb(194,56,190); }

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

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

 a { background-color: rgb(194,56,190); }

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

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

 span { border-color: rgb(194,56,190); }

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