#C442BE

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

Shades of Fuchsia #C442BE

Tints of Fuchsia #C442BE

Color information

#C442BE (or 0xC442BE) is unknown color: approx Fuchsia. HEX triplet: C4, 42 and BE. RGB value is (196,66,190). Sum of RGB (Red+Green+Blue) = 196+66+190=452 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.36% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 196 - color contains mainly: red. Hex color #C442BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442BE is #3BBD41. Grayscale: #767676. Windows color (decimal): -3915074 or 12468932. OLE color: 12468932.

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

Color convert

RGB19666190-
CMYK00.660.030.23
HSL302.77º52.42%51.37%-
HSV(B)302.77º66.33%76.86%-
XYZ34.0119.3550.66-
YUV119.01168.07182.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.36%
GREEN value IS 66 (26.17% from 255) = 14.60%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=43.36%
G=14.60%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966619000.660.030.23302.7752.4251.37
HexC442BE04231712f3433
Octal30410227601023274576463
Binary11000100100001010111110010000101110111100101111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C442BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C442BE; }

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

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

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

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

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

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

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

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