#C261BE

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

Shades of Fuchsia #C261BE

Tints of Fuchsia #C261BE

Color information

#C261BE (or 0xC261BE) is unknown color: approx Fuchsia. HEX triplet: C2, 61 and BE. RGB value is (194,97,190). Sum of RGB (Red+Green+Blue) = 194+97+190=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C261BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C261BE is #3D9E41. Grayscale: #888888. Windows color (decimal): -4038210 or 12476866. OLE color: 12476866.

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

Color convert

RGB19497190-
CMYK00.500.020.24
HSL302.47º44.29%57.06%-
HSV(B)302.47º50%76.08%-
XYZ35.8223.7451.41-
YUV136.6158.14168.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 97 (38.28% from 255) = 20.17%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=40.33%
G=20.17%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949719000.500.020.24302.4744.2957.06
HexC261BE03221812e2c39
Octal3021412760622304565471
Binary1100001011000011011111001100101011000100101110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C261BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C261BE; }

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

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

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

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

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

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

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

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