#C262BD

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

Shades of Fuchsia #C262BD

Tints of Fuchsia #C262BD

Color information

#C262BD (or 0xC262BD) is unknown color: approx Fuchsia. HEX triplet: C2, 62 and BD. RGB value is (194,98,189). Sum of RGB (Red+Green+Blue) = 194+98+189=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C262BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C262BD is #3D9D42. Grayscale: #888888. Windows color (decimal): -4037955 or 12411586. OLE color: 12411586.

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

Color convert

RGB19498189-
CMYK00.490.030.24
HSL303.12º44.04%57.25%-
HSV(B)303.12º49.48%76.08%-
XYZ35.823.8850.87-
YUV137.08157.3168.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 98 (38.67% from 255) = 20.37%
BLUE value IS 189 (74.22% from 255) = 39.29%
R=40.33%
G=20.37%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1949818900.490.030.24303.1244.0457.25
HexC262BD03131812f2c39
Octal3021422750613304575471
Binary1100001011000101011110101100011111000100101111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C262BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C262BD; }

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

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

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

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

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

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

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

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