#C441BE

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

Shades of Fuchsia #C441BE

Tints of Fuchsia #C441BE

Color information

#C441BE (or 0xC441BE) is unknown color: approx Fuchsia. HEX triplet: C4, 41 and BE. RGB value is (196,65,190). Sum of RGB (Red+Green+Blue) = 196+65+190=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C441BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441BE is #3BBE41. Grayscale: #767676. Windows color (decimal): -3915330 or 12468676. OLE color: 12468676.

HSL color Cylindrical-coordinate representation of color #C441BE: hue angle of 302.75º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C441BE is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB19665190-
CMYK00.670.030.23
HSL302.75º52.61%51.18%-
HSV(B)302.75º66.84%76.86%-
XYZ33.9519.2350.64-
YUV118.42168.4183.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 65 (25.78% from 255) = 14.41%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=43.46%
G=14.41%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966519000.670.030.23302.7552.6151.18
HexC441BE04331712f3533
Octal30410127601033274576563
Binary11000100100000110111110010000111110111100101111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C441BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C441BE; }

 p { color: rgb(196,65,190); }

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

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

 a { background-color: rgb(196,65,190); }

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

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

 span { border-color: rgb(196,65,190); }

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