#C262BA

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

Shades of Fuchsia #C262BA

Tints of Fuchsia #C262BA

Color information

#C262BA (or 0xC262BA) is unknown color: approx Fuchsia. HEX triplet: C2, 62 and BA. RGB value is (194,98,186). Sum of RGB (Red+Green+Blue) = 194+98+186=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C262BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262BA is #3D9D45. Grayscale: #888888. Windows color (decimal): -4037958 or 12214978. OLE color: 12214978.

HSL color Cylindrical-coordinate representation of color #C262BA: hue angle of 305º 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 #C262BA is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19498186-
CMYK00.490.040.24
HSL305º44.04%57.25%-
HSV(B)305º49.48%76.08%-
XYZ35.4823.7549.17-
YUV136.74155.8168.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.59%
GREEN value IS 98 (38.67% from 255) = 20.50%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=40.59%
G=20.50%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949818600.490.040.2430544.0457.25
HexC262BA0314181312c39
Octal3021422720614304615471
Binary11000010110001010111010011000110011000100110001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C262BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C262BA; }

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

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

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

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

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

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

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

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