#C250BD

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

Shades of Fuchsia #C250BD

Tints of Fuchsia #C250BD

Color information

#C250BD (or 0xC250BD) is unknown color: approx Fuchsia. HEX triplet: C2, 50 and BD. RGB value is (194,80,189). Sum of RGB (Red+Green+Blue) = 194+80+189=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C250BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C250BD is #3DAF42. Grayscale: #7E7E7E. Windows color (decimal): -4042563 or 12406978. OLE color: 12406978.

HSL color Cylindrical-coordinate representation of color #C250BD: hue angle of 302.63º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C250BD is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19480189-
CMYK00.590.030.24
HSL302.63º48.31%53.73%-
HSV(B)302.63º58.76%76.08%-
XYZ34.320.8850.37-
YUV126.51163.27176.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.90%
GREEN value IS 80 (31.64% from 255) = 17.28%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=41.90%
G=17.28%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948018900.590.030.24302.6348.3153.73
HexC250BD03B31812f3036
Octal3021202750733304576066
Binary1100001010100001011110101110111111000100101111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C250BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C250BD; }

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

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

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

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

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

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

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

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