#C257BB

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

Shades of Fuchsia #C257BB

Tints of Fuchsia #C257BB

Color information

#C257BB (or 0xC257BB) is unknown color: approx Fuchsia. HEX triplet: C2, 57 and BB. RGB value is (194,87,187). Sum of RGB (Red+Green+Blue) = 194+87+187=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C257BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C257BB is #3DA844. Grayscale: #828282. Windows color (decimal): -4040773 or 12277698. OLE color: 12277698.

HSL color Cylindrical-coordinate representation of color #C257BB: hue angle of 303.93º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C257BB is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19487187-
CMYK00.550.040.24
HSL303.93º46.72%55.1%-
HSV(B)303.93º55.15%76.08%-
XYZ34.6321.8749.41-
YUV130.39159.95173.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 87 (34.38% from 255) = 18.59%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=41.45%
G=18.59%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948718700.550.040.24303.9346.7255.1
HexC257BB0374181302f37
Octal3021272730674304605767
Binary11000010101011110111011011011110011000100110000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C257BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C257BB; }

 p { color: rgb(194,87,187); }

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

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

 a { background-color: rgb(194,87,187); }

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

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

 span { border-color: rgb(194,87,187); }

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