#c550be

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

Shades of Fuchsia #C550BE

Tints of Fuchsia #C550BE

Color information

#C550BE (or 0xC550BE) is unknown color: approx Fuchsia. HEX triplet: C5, 50 and BE. RGB value is (197,80,190). Sum of RGB (Red+Green+Blue) = 197+80+190=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C550BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550BE is #3AAF41. Grayscale: #7F7F7F. Windows color (decimal): -3845954 or 12472517. OLE color: 12472517.

HSL color Cylindrical-coordinate representation of color #C550BE: hue angle of 303.59º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C550BE is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB19780190-
CMYK00.590.040.23
HSL303.59º50.21%54.31%-
HSV(B)303.59º59.39%77.25%-
XYZ35.1921.3350.98-
YUV127.52163.26177.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 80 (31.64% from 255) = 17.13%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=42.18%
G=17.13%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978019000.590.040.23303.5950.2154.31
HexC550BE03B4171303236
Octal3051202760734274606266
Binary11000101101000010111110011101110010111100110000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c550be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c550be; }

 p { color: rgb(197,80,190); }

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

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

 a { background-color: rgb(197,80,190); }

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

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

 span { border-color: rgb(197,80,190); }

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