#C241BF

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

Shades of Fuchsia #C241BF

Tints of Fuchsia #C241BF

Color information

#C241BF (or 0xC241BF) is unknown color: approx Fuchsia. HEX triplet: C2, 41 and BF. RGB value is (194,65,191). Sum of RGB (Red+Green+Blue) = 194+65+191=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 65 (25.78% from 255 or 14.44% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C241BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C241BF is #3DBE40. Grayscale: #757575. Windows color (decimal): -4046401 or 12534210. OLE color: 12534210.

HSL color Cylindrical-coordinate representation of color #C241BF: hue angle of 301.4º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C241BF is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19465191-
CMYK00.660.020.24
HSL301.4º51.39%50.78%-
HSV(B)301.4º66.49%76.08%-
XYZ33.5419.0151.19-
YUV117.94169.24182.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.11%
GREEN value IS 65 (25.78% from 255) = 14.44%
BLUE value IS 191 (75% from 255) = 42.44%
R=43.11%
G=14.44%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946519100.660.020.24301.451.3950.78
HexC241BF04221812d3333
Octal30210127701022304556363
Binary11000010100000110111111010000101011000100101101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C241BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C241BF; }

 p { color: rgb(194,65,191); }

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

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

 a { background-color: rgb(194,65,191); }

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

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

 span { border-color: rgb(194,65,191); }

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