#C262BF

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

Shades of Fuchsia #C262BF

Tints of Fuchsia #C262BF

Color information

#C262BF (or 0xC262BF) is unknown color: approx Fuchsia. HEX triplet: C2, 62 and BF. RGB value is (194,98,191). Sum of RGB (Red+Green+Blue) = 194+98+191=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C262BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262BF is #3D9D40. Grayscale: #898989. Windows color (decimal): -4037953 or 12542658. OLE color: 12542658.

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

Color convert

RGB19498191-
CMYK00.490.020.24
HSL301.88º44.04%57.25%-
HSV(B)301.88º49.48%76.08%-
XYZ36.0223.9752.02-
YUV137.31158.3168.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.17%
GREEN value IS 98 (38.67% from 255) = 20.29%
BLUE value IS 191 (75% from 255) = 39.54%
R=40.17%
G=20.29%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949819100.490.020.24301.8844.0457.25
HexC262BF03121812e2c39
Octal3021422770612304565471
Binary1100001011000101011111101100011011000100101110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C262BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C262BF; }

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

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

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

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

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

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

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

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